#include <Singleton.h>
Static Public Member Functions | |
| static void | ScheduleDestruction (T *, atexit_pfn_t pFun) |
| static void | OnDeadReference () |
| static void | GracefulDelete () |
| delete singleton object manually | |
Static Protected Member Functions | |
| static void | atexitCallback () |
Static Protected Attributes | |
| static atexit_pfn_t | deleter |
| static bool | isDead |
| static bool | needCallback |
Definition at line 417 of file Singleton.h.
1.5.1-p1