CHROMA
|
#include <singleton.h>
Static Public Member Functions | |
static void | ScheduleDestruction (T *, void(*pFun)()) |
static void | OnDeadReference () |
Static Private Attributes | |
static bool | destroyedOnce_ = false |
Definition at line 292 of file singleton.h.
|
inlinestatic |
Definition at line 303 of file singleton.h.
References Chroma::PhoenixSingleton< T >::destroyedOnce_.
|
inlinestatic |
Definition at line 295 of file singleton.h.
References Chroma::PhoenixSingleton< T >::destroyedOnce_.
|
staticprivate |
Definition at line 312 of file singleton.h.
Referenced by Chroma::PhoenixSingleton< T >::OnDeadReference(), and Chroma::PhoenixSingleton< T >::ScheduleDestruction().