OGRE-Next 3.0.0
Object-Oriented Graphics Rendering Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
OgrePrerequisites.h File Reference
#include "OgrePlatform.h"
#include <string>
#include "OgreStdHeaders.h"
#include "OgreMemoryAllocatorConfig.h"
#include "OgreAssert.h"
#include "OgreWorkarounds.h"

Namespaces

namespace  Ogre
 bswapNN may be defined as macros in <sys/endian.h> or <sys/bswap.h>
 
namespace  Ogre::v1
 

Macros

#define OGRE_ASSUME_NONNULL_BEGIN
 
#define OGRE_ASSUME_NONNULL_END
 
#define OGRE_FALLTHROUGH   [[clang::fallthrough]]
 
#define ogre_likely(x)   ( x )
 
#define OGRE_MAKE_VERSION(maj, min, patch)   ( ( maj << 16 ) | ( min << 8 ) | patch )
 
#define OGRE_MEMORY_TRACKER   0
 
#define OGRE_NEXT_VERSION   OGRE_VERSION
 
#define ogre_nonnull
 
#define ogre_nullable
 
#define ogre_unlikely(x)   ( x )
 
#define OGRE_UNUSED_VAR(x)   ( (void)x )
 
#define OGRE_VERSION   ( ( OGRE_VERSION_MAJOR << 16 ) | ( OGRE_VERSION_MINOR << 8 ) | OGRE_VERSION_PATCH )
 
#define OGRE_VERSION_MAJOR   3
 
#define OGRE_VERSION_MINOR   0
 
#define OGRE_VERSION_NAME   "Eris"
 
#define OGRE_VERSION_PATCH   0
 
#define OGRE_VERSION_SUFFIX   ""
 

Typedefs

typedef std::string Ogre::_StringBase
 
typedef std::basic_stringstream< char, std::char_traits< char >, std::allocator< char > > Ogre::_StringStreamBase
 
typedef SharedPtr< AnimableValueOgre::AnimableValuePtr
 
typedef SharedPtr< AsyncTicketOgre::AsyncTicketPtr
 
typedef SharedPtr< DataStreamOgre::DataStreamPtr
 
typedef SharedPtr< GpuLogicalBufferStructOgre::GpuLogicalBufferStructPtr
 
typedef SharedPtr< GpuNamedConstantsOgre::GpuNamedConstantsPtr
 
typedef SharedPtr< GpuProgramParametersOgre::GpuProgramParametersSharedPtr
 
typedef SharedPtr< GpuProgramOgre::GpuProgramPtr
 
typedef SharedPtr< GpuSharedParametersOgre::GpuSharedParametersPtr
 
typedef SharedPtr< HighLevelGpuProgramOgre::HighLevelGpuProgramPtr
 
typedef SharedPtr< MaterialOgre::MaterialPtr
 
typedef SharedPtr< MemoryDataStreamOgre::MemoryDataStreamPtr
 
typedef SharedPtr< MeshOgre::MeshPtr
 
typedef SharedPtr< MeshOgre::v1::MeshPtr
 
typedef SharedPtr< PatchMeshOgre::v1::PatchMeshPtr
 
typedef float Ogre::Real
 Software floating point type.
 
typedef uint32 Ogre::RealAsUint
 
typedef SharedPtr< ResourceOgre::ResourcePtr
 
typedef SharedPtr< ShadowCameraSetupOgre::ShadowCameraSetupPtr
 
typedef SharedPtr< SkeletonDefOgre::SkeletonDefPtr
 
typedef SharedPtr< SkeletonOgre::v1::SkeletonPtr
 
typedef _StringStreamBase Ogre::StringStream
 
typedef StringStream Ogre::stringstream
 
typedef unsigned char Ogre::uchar
 In order to avoid finger-aches :)
 
typedef unsigned int Ogre::uint
 
typedef unsigned long Ogre::ulong
 
typedef unsigned short Ogre::ushort
 

Macro Definition Documentation

◆ OGRE_ASSUME_NONNULL_BEGIN

#define OGRE_ASSUME_NONNULL_BEGIN

◆ OGRE_ASSUME_NONNULL_END

#define OGRE_ASSUME_NONNULL_END

◆ OGRE_FALLTHROUGH

#define OGRE_FALLTHROUGH   [[clang::fallthrough]]

◆ ogre_likely

#define ogre_likely (   x)    ( x )

◆ OGRE_MAKE_VERSION

#define OGRE_MAKE_VERSION (   maj,
  min,
  patch 
)    ( ( maj << 16 ) | ( min << 8 ) | patch )

◆ OGRE_MEMORY_TRACKER

#define OGRE_MEMORY_TRACKER   0

◆ OGRE_NEXT_VERSION

#define OGRE_NEXT_VERSION   OGRE_VERSION

◆ ogre_nonnull

#define ogre_nonnull

◆ ogre_nullable

#define ogre_nullable

◆ ogre_unlikely

#define ogre_unlikely (   x)    ( x )

◆ OGRE_UNUSED_VAR

#define OGRE_UNUSED_VAR (   x)    ( (void)x )

◆ OGRE_VERSION

#define OGRE_VERSION   ( ( OGRE_VERSION_MAJOR << 16 ) | ( OGRE_VERSION_MINOR << 8 ) | OGRE_VERSION_PATCH )

◆ OGRE_VERSION_MAJOR

#define OGRE_VERSION_MAJOR   3

◆ OGRE_VERSION_MINOR

#define OGRE_VERSION_MINOR   0

◆ OGRE_VERSION_NAME

#define OGRE_VERSION_NAME   "Eris"

◆ OGRE_VERSION_PATCH

#define OGRE_VERSION_PATCH   0

◆ OGRE_VERSION_SUFFIX

#define OGRE_VERSION_SUFFIX   ""