Go to the source code of this file.
Classes | |
| class | CCommandParser |
| This class parses the command and give tokens to the CCommandExecutor class. More... | |
Functions | |
| void | GetLine (std::istream &i, std::string &s) |
| This function gets a line from a stream. | |
It parses the command and give tokens to the CCommandExecutor class. It implements the singleton pattern.
Definition in file CCommandParser.h.
1.5.4