#include <command.h>
Public Types | |
enum | TypeArgs { STRICT, AT_LEAST } |
Public Methods | |
Command (const char *keyword, TypeArgs typeArgs, int nbArgs) | |
virtual | ~Command () throw () |
Private Attributes | |
std::string | mKeyword |
TypeArgs | mTypeArgs |
int | mNbArgs |
A command is a keyword and arguments.
Definition at line 31 of file command.h.
|
What sort of arguments are expected. Definition at line 37 of file command.h. Referenced by Command(). |
|
|
|
|
|
Definition at line 49 of file command.h. Referenced by Command(). |
|
Definition at line 53 of file command.h. Referenced by Command(). |
|
Definition at line 51 of file command.h. Referenced by Command(). |