LibCT 2.0
|
GlobalVars is a singleton variable container for holding global variables. More...
#include <GlobalVars.h>
Static Public Member Functions | |
static GlobalVars * | GetInstance () |
Private Member Functions | |
GlobalVars () | |
Constructor. | |
~GlobalVars () | |
Destructor. | |
GlobalVars (const GlobalVars &) | |
Constructor (not implemented) | |
GlobalVars & | operator= (const GlobalVars &) |
Assignment operator (not implemented) |
GlobalVars is a singleton variable container for holding global variables.
LibCT::GlobalVars::GlobalVars | ( | ) | [inline, private] |
Constructor.
LibCT::GlobalVars::~GlobalVars | ( | ) | [inline, private] |
Destructor.
LibCT::GlobalVars::GlobalVars | ( | const GlobalVars & | ) | [private] |
Constructor (not implemented)
static GlobalVars* LibCT::GlobalVars::GetInstance | ( | ) | [inline, static] |
Get the singleton instance
GlobalVars& LibCT::GlobalVars::operator= | ( | const GlobalVars & | ) | [private] |
Assignment operator (not implemented)