Planeshift
|
#include <singleton.h>
Public Member Functions | |
Singleton (T *ptr) | |
Singleton (void) | |
~Singleton () | |
Static Public Member Functions | |
static T & | GetSingleton (void) |
static T * | GetSingletonPtr (void) |
Definition at line 26 of file singleton.h.
Definition at line 31 of file singleton.h.
Definition at line 38 of file singleton.h.
Definition at line 44 of file singleton.h.
static T& Singleton< T >::GetSingleton | ( | void | ) | [inline, static] |
Definition at line 49 of file singleton.h.
static T* Singleton< T >::GetSingletonPtr | ( | void | ) | [inline, static] |
Definition at line 53 of file singleton.h.