CSingletonHandler Class Reference
[Parsing classes]

This is the class that takes care of the singletons used by the console interface. More...

List of all members.

Public Member Functions

 CSingletonHandler ()
 The CSingletonHandler constructor that allocates memory for the singletons.
 ~CSingletonHandler ()
 The CSingletonHandler destructor that frees memory for the singletons.


Detailed Description

This is the class that takes care of the singletons used by the console interface.

It allocates and frees memory for the CCommandExecutor and the CCommandParser singletons.

Definition at line 37 of file CSingletonHandler.cpp.


Constructor & Destructor Documentation

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().


The documentation for this class was generated from the following file:
Generated on Fri Dec 5 03:20:33 2008 for Mathematical Ray-tracer by  doxygen 1.5.4