|
Schnek
|
#include <singleton.hpp>
Static Public Member Functions | |
| static TYPE * | create () |
Creation policy for the Singleton class.
CreateUsingNew is used as a template parameter for the Singleton class. It determines the creation policy and creates the singleton object by calling new.
The type to create is given by the template parameter TYPE
|
inlinestatic |
Create the object of type TYPE by calling the standard "new" allocation