Singleton class. More...
#include <SingletonT.hh>

Static Public Member Functions | |
| static T * | Instance () |
| Get an instance of the singleton. | |
Protected Member Functions | |
| SingletonT () | |
| Constructor. | |
| virtual | ~SingletonT () |
| Destructor. | |
Singleton class.
1.7.5.1