Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik
Command Elementverzeichnis

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