Template providing the singleton pattern. More...
#include <singleton.h>

Static Public Member Functions | |
| static T * | getInstance () |
Gets the single instance of T. | |
Template providing the singleton pattern.
| T | class which has to become a singleton |
| static T* HGL::Common::Singleton< T >::getInstance | ( | ) | [static] |
Gets the single instance of T.
T
1.6.1