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 21 of file singleton.h.
|
inlinestatic |
Called when singleton constructed.
instance | - singleton instance |
Definition at line 27 of file singleton.h.
|
inlinestatic |
Called before singleton destructed.
instance | - singleton instance |
Definition at line 43 of file singleton.h.
|
inlinestatic |
Called when singleton proceeds getter.
instance | - singleton instance |
Definition at line 35 of file singleton.h.