#include <Singleton.h>
Static Public Member Functions | |
| static T & | Instance () |
| Returns instance of the holding object. | |
Private Member Functions | |
| Singleton () | |
| ~Singleton () | |
| Singleton (const Singleton &) | |
| Singleton & | operator= (const Singleton &) |
| static T& Singleton< T >::Instance | ( | ) | [inline, static] |
Returns instance of the holding object.
1.4.7