Utility class for creating an using a singleton. More...
#include <SingletonPtr.h>
Public Member Functions | |
T * | get () const |
Get a pointer to the underlying singleton. More... | |
T * | operator-> () const |
Get a pointer to the underlying singleton. More... | |
T & | operator* () const |
Get a reference to the underlying singleton. More... | |
Utility class for creating an using a singleton.
Definition at line 87 of file SingletonPtr.h.
T* get | ( | ) | const |
Get a pointer to the underlying singleton.
Definition at line 94 of file SingletonPtr.h.
T& operator* | ( | ) | const |
Get a reference to the underlying singleton.
Definition at line 127 of file SingletonPtr.h.
T* operator-> | ( | ) | const |
Get a pointer to the underlying singleton.
Definition at line 117 of file SingletonPtr.h.