OpenMesh::SingletonT< T > Class Template Reference
#include <SingletonT.hh>
|
Static Public Member Functions |
static T & | Instance () |
Detailed Description
template<typename T>
class OpenMesh::SingletonT< T >
A simple singleton template. Encapsulates an arbitrary class and enforces its uniqueness.
Member Function Documentation
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().
The documentation for this class was generated from the following files:
- /media/disk/disc/these/mine/meshseqsegenv/MSSEnv/external_lib/OpenMesh/Core/Utils/SingletonT.hh
- /media/disk/disc/these/mine/meshseqsegenv/MSSEnv/external_lib/OpenMesh/Core/Utils/SingletonT.cc