CARMA C++
|
Singleton creation policy which causes instances to be allocated with new (on the heap). More...
#include <carma/util/Singleton.h>
Static Public Member Functions | |
static TYPE * | createInstance () |
static void | deleteInstance (TYPE *ptr) |
Singleton creation policy which causes instances to be allocated with new (on the heap).
Initialization is done upon first call to Singleton::instance (lazy initialization).
Definition at line 136 of file Singleton.h.