StuBS
Command Member List

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)Commandinline
Command(const std::vector< std::string > &&name, const std::string &&description, const callback action) (defined in Command)Commandinline
complete(const char *input, std::vector< std::string > &completions) (defined in Command)Commandstatic
description (defined in Command)Command
execute(std::string action, const std::vector< std::string > &param) (defined in Command)Commandstatic
execute(const std::vector< std::string > &parts) (defined in Command)Commandstatic
execute(const std::string &line) (defined in Command)Commandstatic
help() (defined in Command)Commandstatic
name (defined in Command)Command