#include <Singleton.h>
Inheritance diagram for ZThread::StaticInstantiation:
Static Protected Member Functions | |
template<class T> | |
static void | create (T *&ptr) |
static void ZThread::StaticInstantiation::create | ( | T *& | ptr | ) | [inline, static, protected] |
Create an instance of an object using by simply allocating it statically.
ptr | reference to location to receive the address of the allocated object |