Inviwo
0.9.10.1
Inviwo documentation
|
#include <singleton.h>
Public Member Functions | |
Singleton (Singleton< T > const &)=delete | |
void | operator= (Singleton< T > const &)=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.