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) |
static T * | getSingletonPtr (void) |
Static Protected Attributes | |
static T * | msSingleton |
Private Member Functions | |
Singleton (const Singleton< T > &) | |
Explicit private copy constructor. More... | |
Singleton & | operator= (const Singleton< T > &) |
Private operator= . More... | |
Template class for creating single-instance global classes.
Definition at line 64 of file OgreSingleton.h.
|
private |
Explicit private copy constructor.
This is a forbidden operation.
Ogre::Singleton< T >::Singleton | ( | void | ) |
Definition at line 78 of file OgreSingleton.h.
Ogre::Singleton< T >::~Singleton | ( | void | ) |
Definition at line 88 of file OgreSingleton.h.
|
static |
Definition at line 90 of file OgreSingleton.h.
|
static |
Definition at line 92 of file OgreSingleton.h.
|
private |
Private operator= .
This is a forbidden operation.
|
staticprotected |
Definition at line 75 of file OgreSingleton.h.
Referenced by Ogre::Singleton< GpuProgramManager >::getSingletonPtr().
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Thu Aug 13 2015 23:21:49