Classes | |
class | init |
class | interpreter |
class | object |
struct | policies |
class | tcl_error |
Namespaces | |
namespace | details |
Functions | |
policies | factory (string const &name) |
template<> | |
std::string | object::get< std::string > (interpreter &i) const |
template<> | |
std::vector< char > | object::get< std::vector< char > > (interpreter &i) const |
policies | sink (int index) |
policies | variadic () |
Variables | |
details::no_init_type | no_init |
References Tcl::policies::factory().
std::string Tcl::object::get< std::string > | ( | interpreter & | i | ) | const [inline] |
std::vector<char> Tcl::object::get< std::vector< char > > | ( | interpreter & | i | ) | const [inline] |
policies Tcl::sink | ( | int | index | ) |
References Tcl::policies::sink().
policies Tcl::variadic | ( | ) |
References Tcl::policies::variadic().
Referenced by orxonox::TclThreadManager::createNewTclInterpreter(), orxonox::TclBind::createTclInterpreter(), and orxonox::IRC::initialize().