SuperTuxKart
|
Static Public Member Functions | |
static T * | getInstance () |
Used to get the instance. | |
static void | kill () |
Used to kill the singleton, if needed. | |
Protected Member Functions | |
Singleton () | |
Constructor. | |
virtual | ~Singleton () |
Destructor. | |
Static Private Attributes | |
static T * | m_singleton = NULL |