Inviwo 0.9.12-pre
Inviwo documentation
|
#include <singleton.h>
Public Member Functions | |
Singleton (const Singleton &)=delete | |
void | operator= (const Singleton &)=delete |
Static Public Member Functions | |
static void | init () |
static void | init (T *instance) |
static T * | getPtr () |
static void | deleteInstance () |
static bool | isInitialized () |
T must have a static T* instance_ member variable.