Developer Documentation
OpenMesh::SingletonT< T > Class Template Reference

#include <libs_required/OpenMesh/src/OpenMesh/Core/Utils/SingletonT.hh>

Static Public Member Functions

static T & Instance ()
 

Private Member Functions

 SingletonT (const SingletonT &)
 
SingletonToperator= (const SingletonT &)
 

Static Private Member Functions

static void Create ()
 
static void OnDeadReference ()
 

Static Private Attributes

static T * pInstance__ = 0
 
static bool destroyed__ = false
 

Detailed Description

template<typename T>
class OpenMesh::SingletonT< T >

A simple singleton template. Encapsulates an arbitrary class and enforces its uniqueness.

Definition at line 84 of file SingletonT.hh.

Member Function Documentation

template<typename T >
static T& OpenMesh::SingletonT< T >::Instance ( )
inlinestatic

Singleton access function. Use this function to obtain a reference to the instance of the encapsulated class. Note that this instance is unique and created on the first call to Instance().

Definition at line 94 of file SingletonT.hh.


The documentation for this class was generated from the following files: