#include <Singleton.h>
Static Public Member Functions | |
static void | Create () |
static void | Release () |
static T & | Get () |
Protected Member Functions | |
Singleton () | |
virtual | ~Singleton () |
static void Singleton< T >::Create | ( | ) | [inline, static] |
Create the instance
static T& Singleton< T >::Get | ( | ) | [inline, static] |
Return a reference to the instance
static void Singleton< T >::Release | ( | ) | [inline, static] |
Delete the instance