Go to the documentation of this file.
7 #ifndef __MYGUI_SINGLETON_H__
8 #define __MYGUI_SINGLETON_H__
15 #if MYGUI_COMPILER == MYGUI_COMPILER_MSVC || MYGUI_PLATFORM == MYGUI_PLATFORM_APPLE
29 msInstance =
static_cast<T*
>(
this);
51 return mClassTypeName;
56 static const char* mClassTypeName;
61 #endif // __MYGUI_SINGLETON_H__