#include <Singleton.h>
Static Public Methods | |
T * | instance () |
Single instance access. More... |
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. |