|
|
| ConsoleCommand (std::string str_long, std::string str_short, std::string str_help, ConsoleCommandGroup group, std::function< void(std::vector< std::string > &tokens)> func) |
| |
|
const std::string & | str_long () const |
| |
|
const std::string & | str_short () const |
| |
|
const std::string & | str_help () const |
| |
|
const ConsoleCommandGroup & | group () const |
| |
|
void | exec (std::vector< std::string > &tokens) |
| |
|
bool | match (const std::string &token) |
| |
The documentation for this class was generated from the following file: