14#ifndef __SSINGLETON__H__
15#define __SSINGLETON__H__
static T & getSingleton(void)
Gets the singleton instance.
SSingleton(void)
Constructor for SSingleton.
static T * getSingletonPtr(void)
Gets the pointer to the singleton instance.
static T * ms_Singleton
Static pointer to the singleton instance.
virtual ~SSingleton(void)
Destructor for SSingleton.