LibCT 2.0
Static Public Member Functions | Private Member Functions

LibCT::GlobalVars Class Reference

GlobalVars is a singleton variable container for holding global variables. More...

#include <GlobalVars.h>

Inheritance diagram for LibCT::GlobalVars:
LibCT::VariableContainer

List of all members.

Static Public Member Functions

static GlobalVarsGetInstance ()

Private Member Functions

 GlobalVars ()
 Constructor.
 ~GlobalVars ()
 Destructor.
 GlobalVars (const GlobalVars &)
 Constructor (not implemented)
GlobalVarsoperator= (const GlobalVars &)
 Assignment operator (not implemented)

Detailed Description

GlobalVars is a singleton variable container for holding global variables.


Constructor & Destructor Documentation

LibCT::GlobalVars::GlobalVars ( ) [inline, private]

Constructor.

LibCT::GlobalVars::~GlobalVars ( ) [inline, private]

Destructor.

LibCT::GlobalVars::GlobalVars ( const GlobalVars ) [private]

Constructor (not implemented)


Member Function Documentation

static GlobalVars* LibCT::GlobalVars::GetInstance ( ) [inline, static]

Get the singleton instance

Returns:
The singleton instance
GlobalVars& LibCT::GlobalVars::operator= ( const GlobalVars ) [private]

Assignment operator (not implemented)


The documentation for this class was generated from the following file: