![]() |
smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
|
Creation policy that uses new to allocate an object on the stack. More...
#include <smgl/Singleton.hpp>
Static Public Member Functions | |
| static T * | Create () |
| static void | Destroy (T *obj) |
Creation policy that uses new to allocate an object on the stack.
Definition at line 19 of file Singleton.hpp.
|
inlinestatic |
Create using call to new
Definition at line 21 of file Singleton.hpp.
|
inlinestatic |
Destroy using delete
Definition at line 23 of file Singleton.hpp.