Public Attributes | |
| const char * | cmd |
| The command with which this handler is associated. | |
| void(InteractiveConsole::* | handler )(const std::vector< std::string > &) |
| The method to be invoked for processing a command. | |
Definition at line 266 of file InteractiveConsole.h.
| const char* InteractiveConsole::Entry::cmd |
The command with which this handler is associated.
Definition at line 268 of file InteractiveConsole.h.
| void(InteractiveConsole::* InteractiveConsole::Entry::handler)(const std::vector< std::string > &) |
The method to be invoked for processing a command.
Referenced by InteractiveConsole::processCommands().
1.6.1