Orxonox  0.0.5 Codename: Arcturus
Functions
orxonox::prototype Namespace Reference

A small collection of functions that can be used in DeclareConsoleCommand() if you don't want to use the real function-pointer. More...

Functions

std::string string__bool (bool)
 
std::string string__string (const std::string &)
 
std::string string__uint_uint_bool (unsigned int, unsigned int, bool)
 
void void__string (const std::string &)
 
void void__void (void)
 

Detailed Description

A small collection of functions that can be used in DeclareConsoleCommand() if you don't want to use the real function-pointer.

Function Documentation

std::string orxonox::prototype::string__bool ( bool  )
inline
std::string orxonox::prototype::string__string ( const std::string &  )
inline
std::string orxonox::prototype::string__uint_uint_bool ( unsigned  int,
unsigned  int,
bool   
)
inline
void orxonox::prototype::void__string ( const std::string &  )
inline
void orxonox::prototype::void__void ( void  )
inline