qxLib
|
#include <singleton.h>
Static Public Member Functions | |
static void | on_constructed (T &instance) |
Called when singleton constructed. More... | |
static void | on_getter (T &instance) |
Called when singleton proceeds getter. More... | |
static void | on_destructed (T &instance) |
Called before singleton destructed. More... | |
T | - singleton class |
Definition at line 19 of file singleton.h.
|
inlinestatic |
Called when singleton constructed.
instance | - singleton instance |
Definition at line 25 of file singleton.h.
|
inlinestatic |
Called before singleton destructed.
instance | - singleton instance |
Definition at line 41 of file singleton.h.
|
inlinestatic |
Called when singleton proceeds getter.
instance | - singleton instance |
Definition at line 33 of file singleton.h.