|
OpenASIP 2.2
|
This is the complete list of members for CustomCommand, including all inherited members.
| checkArgumentCount(int argumentCount, int minimum, int maximum) | CustomCommand | |
| checkDoubleArgument(const DataObject &argument) | CustomCommand | |
| checkIntegerArgument(const DataObject &argument) | CustomCommand | |
| checkPositiveIntegerArgument(const DataObject &argument) | CustomCommand | |
| checkUnsignedIntegerArgument(const DataObject &argument) | CustomCommand | |
| context() const | CustomCommand | |
| context_ | CustomCommand | private |
| CustomCommand(std::string name) | CustomCommand | explicit |
| CustomCommand(const CustomCommand &cmd) | CustomCommand | |
| execute(const std::vector< DataObject > &arguments)=0 | CustomCommand | pure virtual |
| helpText() const =0 | CustomCommand | pure virtual |
| interpreter() const | CustomCommand | |
| interpreter_ | CustomCommand | private |
| name() const | CustomCommand | |
| name_ | CustomCommand | private |
| operator=(const CustomCommand &) | CustomCommand | private |
| setContext(InterpreterContext *context) | CustomCommand | |
| setInterpreter(ScriptInterpreter *si) | CustomCommand | |
| ~CustomCommand() | CustomCommand | virtual |