Command Member List
This is the complete list of members for Command, including all inherited members.| allowMultipleCalls_ | Command | [protected] |
| argumentNum_ | Command | [protected] |
| cast(const std::string &s) | Command | [inline, protected] |
| checkParameters(const std::vector< std::string > ¶meters) | Command | [virtual] |
| Command(const std::string &name, const std::string &shortName="", const std::string &infoText="", const std::string ¶meterList="", const int argumentNum=1, const bool allowMultipleCalls=false) | Command | |
| execute(const std::vector< std::string > ¶meters)=0 | Command | [pure virtual] |
| getAllowMultipleCalls() | Command | |
| getArgumentNumber() | Command | |
| getInfoText() | Command | |
| getName() | Command | |
| getParameterList() | Command | |
| getShortName() | Command | |
| help() | Command | [virtual] |
| infoText_ | Command | [protected] |
| is(const std::string &s) | Command | [inline, protected] |
| isValueInSet(const std::string &value, const std::set< std::string > &set) | Command | [protected] |
| loggerCat_ | Command | [protected] |
| name_ | Command | [protected] |
| parameterList_ | Command | [protected] |
| shortName_ | Command | [protected] |
| usage() | Command | [virtual] |
| ~Command() (defined in Command) | Command | [virtual] |