StuBS
|
This is the complete list of members for Command, including all inherited members.
action (defined in Command) | Command | |
args (defined in Command) | Command | |
callback typedef (defined in Command) | Command | |
Command(const std::vector< std::string > &&name, const std::vector< Parameter > &&args, const std::string &&description, const callback action) (defined in Command) | Command | inline |
Command(const std::vector< std::string > &&name, const std::string &&description, const callback action) (defined in Command) | Command | inline |
complete(const char *input, std::vector< std::string > &completions) (defined in Command) | Command | static |
description (defined in Command) | Command | |
execute(std::string action, const std::vector< std::string > ¶m) (defined in Command) | Command | static |
execute(const std::vector< std::string > &parts) (defined in Command) | Command | static |
execute(const std::string &line) (defined in Command) | Command | static |
help() (defined in Command) | Command | static |
name (defined in Command) | Command |