HyperspaceExplorer 0.7.1
|
Implementation of the CreationPolicy used by SingletonHolder Creates objects using a call to std::malloc, followed by a call to the placement new operator. More...
#include <SingletonHolder.h>
Static Public Member Functions | |
static T * | Create () |
create managed object | |
static void | Destroy (T *p) |
destroy managed object |
Implementation of the CreationPolicy used by SingletonHolder Creates objects using a call to std::malloc, followed by a call to the placement new operator.