SingletonT Class Template Reference
#include <SingletonT.hh>
Inheritance diagram for SingletonT:
Detailed Description
template<class T>
class SingletonT< T >
Singleton class Static Public Member Functions | |
static T * | Instance () |
Protected Member Functions | |
SingletonT () | |
virtual | ~SingletonT () |
Constructor & Destructor Documentation
SingletonT | ( | ) | [inline, protected] |
Constructor
virtual ~SingletonT | ( | ) | [inline, protected, virtual] |
Destructor
Member Function Documentation
static T* Instance | ( | ) | [inline, static] |
Get an instance of the singleton
The documentation for this class was generated from the following file: