| 
| 
void  | setConsoleObject (const std::string &name, std::shared_ptr< ConsoleObject > value) | 
|   | 
| 
std::shared_ptr< ConsoleObject >  | getConsoleObject (const std::string &name) | 
|   | 
| 
std::shared_ptr< ConsoleObject >  | getConsoleObject (const unsigned int id) | 
|   | 
| 
std::string  | getConsoleObjectName (std::shared_ptr< ConsoleObject > target) | 
|   | 
| 
unsigned int  | getConsoleObjectID (std::shared_ptr< ConsoleObject > target) | 
|   | 
| 
unsigned int  | addConsoleObject (std::shared_ptr< ConsoleObject > value) | 
|   | 
| 
void  | removeConsoleObject (const std::string &name) | 
|   | 
| 
void  | removeConsoleObject (std::shared_ptr< ConsoleObject > target) | 
|   | 
The documentation for this class was generated from the following file: