#include <commandParser.h>
Public Methods | |
| CommandParser () | |
| virtual | ~CommandParser () throw () |
| registerCommand (Command &command, CommandProcessor *processor) | |
| registerCommands (CommandProcessor &processor) | |
Private Attributes | |
| std::list< CommandProcessingDefinition > | commandProcessingDefinitions |
It read a file as an enumeration of command. A command is a line beginning with a keyword and arguments.
Definition at line 36 of file commandParser.h.
|
|
|
|
|
Definition at line 27 of file commandParser.cc. |
|
||||||||||||
|
Definition at line 32 of file commandParser.cc. |
|
|
|
|
|
All the definitions known by the parser. Definition at line 58 of file commandParser.h. |
1.2.15