![]() |
smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
|
Lifetime policy which schedules destruction using std::atexit. More...
#include <smgl/Singleton.hpp>
Static Public Member Functions | |
| static void | ScheduleDestruction (AtExitFunc destructionFn) |
| static void | OnDeadReference () |
Lifetime policy which schedules destruction using std::atexit.
Definition at line 42 of file Singleton.hpp.
|
inlinestatic |
Handle dead reference to an object
| std::logic_error |
Definition at line 52 of file Singleton.hpp.
|
inlinestatic |
Schedule destruction using std::atexit
Definition at line 44 of file Singleton.hpp.