#include <singleton.h>
Static Public Member Functions | |
static bool | hasInstance () |
static T & | instance () |
static void | destroy () |
Protected Types | |
typedef T | SingletonBaseType |
Static Protected Attributes | |
static T * | _singleton |
Generic template base class for implementing the singleton design pattern.