|
LRAUV
revA
|
This is the complete list of members for Command, including all inherited members.
| addArg(CommandArg *arg) | Command | inline |
| addArg(const char *keyword, const RequiredType required=REQUIRED) | Command | inline |
| addArg(const CommandArgType argType, const RequiredType required=REQUIRED, const char *altName=NULL) | Command | inline |
| addSyntax(const char *syntaxHelp, void(*syntaxCall)(ParsedCommand *, int), const int mode=0) | Command | inline |
| advanced_ | Command | protected |
| Command(const char *keyword, const char *description, bool advanced) | Command | inline |
| Command(const Command &old) | Command | private |
| description_ | Command | protected |
| getKeyword() | Command | inline |
| getKeywordLen() | Command | inline |
| getSyntax(int index) | Command | inline |
| getSyntaxCount() | Command | inline |
| help(bool full, FILE *out) const | Command | inline |
| keyword_ | Command | protected |
| keywordLen_ | Command | protected |
| syntaxCount_ | Command | protected |
| syntaxes_ | Command | protected |