OpenMesh.Core.Utils.SingletonT



class SingletonT (T);
A simple singleton template. Encapsulates an arbitrary class and enforces its uniqueness.

T Instance ();
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 ().

Page was generated with CanDyDOC on Fri Oct 12 16:12:26 2007