#include <TSingleton.h>
Public Member Functions | |
| TSingleton () | |
| ~TSingleton () | |
Static Public Member Functions | |
| static T * | getSingleton () |
| static void | deleteSingleton () |
Static Protected Attributes | |
| static T * | m_pInstance |
Definition at line 4 of file TSingleton.h.
| TSingleton< T >::TSingleton | ( | ) | [inline] |
Definition at line 7 of file TSingleton.h.
| TSingleton< T >::~TSingleton | ( | ) | [inline] |
Definition at line 11 of file TSingleton.h.
| static void TSingleton< T >::deleteSingleton | ( | ) | [inline, static] |
Definition at line 22 of file TSingleton.h.
| static T* TSingleton< T >::getSingleton | ( | ) | [inline, static] |
Definition at line 15 of file TSingleton.h.
T* TSingleton< T >::m_pInstance [static, protected] |
Definition at line 29 of file TSingleton.h.
1.5.9