43#if OGRE_COMPILER == OGRE_COMPILER_MSVC
45# pragma warning (disable : 4311)
46# pragma warning (disable : 4312)
47# pragma warning (disable : 4661)
50#if defined ( OGRE_GCC_VISIBILITY )
51# pragma GCC visibility push(default)
81#if defined( _MSC_VER ) && _MSC_VER < 1200
99#if defined ( OGRE_GCC_VISIBILITY )
100# pragma GCC visibility pop
Template class for creating single-instance global classes.
Singleton & operator=(const Singleton< T > &)
Private operator= .
Singleton(const Singleton< T > &)
Explicit private copy constructor.
static T * getSingletonPtr(void)
static T & getSingleton(void)