|  | OGRE
    1.11.6
    Object-Oriented Graphics Rendering Engine | 
| Namespaces | |
| Ogre | |
|  This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/  | |
| Typedefs | |
| typedef short | Ogre::int16 | 
| typedef int | Ogre::int32 | 
| typedef long long | Ogre::int64 | 
| typedef signed char | Ogre::int8 | 
| typedef unsigned short | Ogre::uint16 | 
| typedef unsigned int | Ogre::uint32 | 
| typedef unsigned long long | Ogre::uint64 | 
| typedef unsigned char | Ogre::uint8 | 
| #define OGRE_PLATFORM_WIN32 1 | 
| #define OGRE_PLATFORM_LINUX 2 | 
| #define OGRE_PLATFORM_APPLE 3 | 
| #define OGRE_PLATFORM_APPLE_IOS 4 | 
| #define OGRE_PLATFORM_ANDROID 5 | 
| #define OGRE_PLATFORM_WINRT 7 | 
| #define OGRE_PLATFORM_EMSCRIPTEN 8 | 
| #define OGRE_COMPILER_MSVC 1 | 
| #define OGRE_COMPILER_GNUC 2 | 
| #define OGRE_COMPILER_BORL 3 | 
| #define OGRE_COMPILER_WINSCW 4 | 
| #define OGRE_COMPILER_GCCE 5 | 
| #define OGRE_COMPILER_CLANG 6 | 
| #define OGRE_ENDIAN_LITTLE 1 | 
| #define OGRE_ENDIAN_BIG 2 | 
| #define OGRE_ARCHITECTURE_32 1 | 
| #define OGRE_ARCHITECTURE_64 2 | 
| #define OGRE_COMPILER_MIN_VERSION | ( | COMPILER, | |
| VERSION | |||
| ) | (OGRE_COMPILER == (COMPILER) && OGRE_COMP_VER >= (VERSION)) | 
| #define OGRE_FORCE_INLINE __inline | 
| #define OGRE_FALLTHROUGH | 
| #define OGRE_NODISCARD | 
Referenced by Ogre::WorkQueue::RequestHandler::canHandleRequest(), Ogre::VertexDeclaration::getElementCount(), Ogre::Pose::getNormals(), Ogre::KeyFrame::getTime(), Ogre::PageStrategy::notifyCamera(), Ogre::GLContext::setInitialized(), Ogre::RTShader::SubRenderStateFactory::SubRenderStateFactory(), Ogre::ArchiveFactory::~ArchiveFactory(), Ogre::OverlayElementFactory::~OverlayElementFactory(), and Ogre::RTShader::ProgramWriterFactory::~ProgramWriterFactory().
| #define OGRE_NORETURN | 
| #define OGRE_PLATFORM OGRE_PLATFORM_LINUX | 
| #define OGRE_ARCH_TYPE OGRE_ARCHITECTURE_32 | 
| #define OGRE_ALIGNED_DECL | ( | type, | |
| var, | |||
| alignment | |||
| ) | type var | 
| #define OGRE_SIMD_ALIGNMENT 16 | 
Find perfect alignment (should supports SIMD alignment if SIMD available)
| #define OGRE_SIMD_ALIGNED_DECL | ( | type, | |
| var | |||
| ) | OGRE_ALIGNED_DECL(type, var, OGRE_SIMD_ALIGNMENT) | 
| #define OGRE_QUOTE_INPLACE | ( | x | ) | # x | 
| #define OGRE_QUOTE | ( | x | ) | OGRE_QUOTE_INPLACE(x) | 
| #define OGRE_WARN | ( | x | ) | message( __FILE__ "(" QUOTE( __LINE__ ) ") : " x "\n" ) | 
| #define OGRE_ENDIAN OGRE_ENDIAN_LITTLE | 
| #define OGRE_DEFAULT_LOCALE "C" | 
| #define OGRE_BUILD_SUFFIX "" | 
Referenced by Ogre::FileSystemLayer::getConfigFilePath().
| #define DECL_MALLOC __attribute__ ((malloc)) |