#include <LDK/Singletons.h>
Public Types | |
| typedef T | Type |
| typedef T * | PointerType |
| typedef T & | ReferenceType |
Static Public Member Functions | |
| static void | initialise () |
| static ReferenceType | instance () |
Static Protected Member Functions | |
| static void | destroy () |
Static Protected Attributes | |
| static bool | mInitialised |
| static PointerType | mInstance |
Definition at line 105 of file Singletons.h.
1.5.1