#include <Singleton.h>
Static Public Member Functions | |
static T * | instance () |
Single instance access. |
Ensures a class T
only has one instance. Defines a global point of access to that object.
|
Single instance access. Receive a pointer to the single instance. |