MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Class from which an singleton must be derived. More...
#include <mdsSingleton.h>
Public Types | |
enum | { CLASS_SINGLETON } |
Templates that require members of the CSingleton class can use this enum to check the existence. More... | |
enum | { LONGEVITY = L } |
Object longevity. More... |
Class from which an singleton must be derived.
Private constructor and private copy constructor have to be provided by that class to avoid user defined singleton instances.
anonymous enum |
Templates that require members of the CSingleton class can use this enum to check the existence.