Public Member Functions | |
| CSingletonHandler () | |
| The CSingletonHandler constructor that allocates memory for the singletons. | |
| ~CSingletonHandler () | |
| The CSingletonHandler destructor that frees memory for the singletons. | |
It allocates and frees memory for the CCommandExecutor and the CCommandParser singletons.
Definition at line 37 of file CSingletonHandler.cpp.
| CSingletonHandler::CSingletonHandler | ( | ) | [inline] |
The CSingletonHandler constructor that allocates memory for the singletons.
Definition at line 44 of file CSingletonHandler.cpp.
References CCommandParser::getInstance(), and CCommandExecutor::getInstance().
| CSingletonHandler::~CSingletonHandler | ( | ) | [inline] |
The CSingletonHandler destructor that frees memory for the singletons.
Definition at line 54 of file CSingletonHandler.cpp.
References CCommandExecutor::freeInstance(), and CCommandParser::freeInstance().
1.5.4