#include <singleton.h>
Static Public Member Functions | |
static void | destroyInstance () |
static T * | getInstance () |
Protected Member Functions | |
Singleton & | operator= (Singleton const &) |
Singleton () | |
Singleton (Singleton const &) | |
Static Private Attributes | |
static T * | unique_instance_ = NULL |
Definition at line 32 of file singleton.h.
|
inlineprotected |
Definition at line 38 of file singleton.h.
|
inlineprotected |
Definition at line 39 of file singleton.h.
|
inlinestatic |
Definition at line 50 of file singleton.h.
|
inlinestatic |
Definition at line 43 of file singleton.h.
|
inlineprotected |
Definition at line 40 of file singleton.h.
|
staticprivate |
Definition at line 35 of file singleton.h.