![]() |
smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
|
Creation policy which allocates a static object. More...
#include <smgl/Singleton.hpp>
Static Public Member Functions | |
| static T * | Create () |
| static void | Destroy (T *obj) |
Creation policy which allocates a static object.
Definition at line 28 of file Singleton.hpp.
|
inlinestatic |
Create static instance with aligned buffer
Definition at line 30 of file Singleton.hpp.
|
inlinestatic |
Destroy using object's destructor
Definition at line 37 of file Singleton.hpp.