#include <Singleton.h>
Static Protected Methods | |
template<class T> void | create (T *&ptr) |
|
Create an instance of an object, using new, that will be destroyed when an associated Destroyer object (allocated statically) goes out of scope.
|