My Project
|
Public Member Functions | |
ScriptCmd (std::string name) | |
ScriptCmd (const ScriptCmd &cmd) | |
bool | operator< (ScriptCmd &cmd) |
Public Attributes | |
std::string | declaration_ |
std::string | description_ |
gcp::util::String | name_ |
std::list< CmdArg > | argList_ |
CmdArg | retType_ |
unsigned | type_ |