OGRE
1.10.12
Object-Oriented Graphics Rendering Engine
|
Template class for creating single-instance global classes. More...
#include <OgreSingleton.h>
Public Member Functions | |
Singleton (void) | |
~Singleton (void) | |
Static Public Member Functions | |
static T & | getSingleton (void) |
Get the singleton instance. More... | |
static T * | getSingletonPtr (void) |
Get the singleton instance. More... | |
Template class for creating single-instance global classes.
|
inline |
|
inline |
|
inlinestatic |
Get the singleton instance.
|
inlinestatic |
Get the singleton instance.