Template base class for singletons.
More...
#include <Singleton.h>
template<typename
T>
class Singleton< T >
Template base class for singletons.
Usage: class MyClass : public Singleton<MyClass> {}; MyClass::GetSingleton().MyMethod();
Modified from http://gamedev.net/reference/articles/article1954.asp
◆ Singleton()
◆ ~Singleton()
◆ GetSingleton()
◆ GetSingletonPtr()
◆ IsInitialised()
◆ NONCOPYABLE()
◆ ms_singleton
The documentation for this class was generated from the following file:
- /home/docker/jenkins/workspace/technical-docs/source/ps/Singleton.h