BWAPI
|
#include <CSingleton.h>
Static Public Member Functions | |
static T & | Instance () |
static void | Destroy () |
Protected Member Functions | |
CSingleton () | |
~CSingleton () | |
Static Protected Attributes | |
static T * | Inst = NULL |
CSingleton< T >::CSingleton | ( | ) | [inline, protected] |
CSingleton< T >::~CSingleton | ( | ) | [inline, protected] |
static void CSingleton< T >::Destroy | ( | ) | [inline, static] |
static T& CSingleton< T >::Instance | ( | ) | [inline, static] |
T * CSingleton< T >::Inst = NULL [static, protected] |