Interpreter::Command Class Referenceabstract
#include <Interpreter.h>
Description
Functor that represents a run command.
Functions | |
virtual std::string | operator() (const std::vector< std::string > &argvec)=0 |
virtual std::string | Help () const =0 |
Member Function Documentation
|
pure virtual |
The callback for the command invocation.
- Parameters
-
argvec A vector of arguments. The first string is always the command name.
|
pure virtual |
Function that contains text to be accessed when requesting documentation on the command.
The documentation for this class was generated from the following file:
- /home/jc/git/Dynacoe/DynacoeSrc/includes/Dynacoe/Interpreter.h