#include <singleton.h>
Public Member Functions | |
TSingleton () | |
TSingleton (const char *identifier) | |
~TSingleton () | |
Static Public Member Functions | |
static T * | GetPtr (bool suppressError=false) |
static T & | GetRef () |
static bool | Requested () |
static void | Release () |
TSingleton< T >::TSingleton | ( | ) |
TSingleton< T >::TSingleton | ( | const char * | identifier | ) |
TSingleton< T >::~TSingleton | ( | ) |
T * TSingleton< T >::GetPtr | ( | bool | suppressError = false |
) | [static] |
T & TSingleton< T >::GetRef | ( | ) | [static] |
void TSingleton< T >::Release | ( | ) | [static] |
bool TSingleton< T >::Requested | ( | ) | [static] |