
Vollständige Aufstellung aller Elemente für Command einschließlich aller geerbten Elemente.
action (Definiert in Command) | Command | |
args (Definiert in Command) | Command | |
callback typedef (Definiert in Command) | Command | |
Command(const std::vector< std::string > &&name, const std::vector< Parameter > &&args, const std::string &&description, const callback action) (Definiert in Command) | Command | inline |
Command(const std::vector< std::string > &&name, const std::string &&description, const callback action) (Definiert in Command) | Command | inline |
complete(const char *input, std::vector< std::string > &completions) (Definiert in Command) | Command | static |
description (Definiert in Command) | Command | |
execute(std::string action, const std::vector< std::string > ¶m) (Definiert in Command) | Command | static |
execute(const std::vector< std::string > &parts) (Definiert in Command) | Command | static |
execute(const std::string &line) (Definiert in Command) | Command | static |
help() (Definiert in Command) | Command | static |
name (Definiert in Command) | Command |