Go to the documentation of this file.
22 #ifndef _SINGLETONT_HH_
23 #define _SINGLETONT_HH_
36 public:
static T *Instance()
38 return &GetInstance();
48 private:
static T &GetInstance()
51 return static_cast<T &
>(t);
55 private:
static T &myself;