OGRE  1.10.12
Object-Oriented Graphics Rendering Engine
OgrePrerequisites.h File Reference
#include "OgrePlatform.h"
#include <string>
#include "OgreStdHeaders.h"
#include "OgreMemoryAllocatorConfig.h"

Classes

class  Ogre::Controller< T >
 Instances of this class 'control' the value of another object in the system. More...
 
class  Ogre::ControllerFunction< T >
 Subclasses of this class are responsible for performing a function on an input value for a Controller. More...
 
class  Ogre::ControllerValue< T >
 Can either be used as an input or output value. More...
 
struct  Ogre::deque< T >
 
struct  Ogre::list< T >
 
struct  Ogre::map< K, V, P >
 
struct  Ogre::multimap< K, V, P >
 
struct  Ogre::set< T, P >
 
class  Ogre::SharedPtr< T >
 Reference-counted shared pointer, used for objects where implicit destruction is required. More...
 
struct  Ogre::vector< T >
 

Namespaces

 Ogre
 

This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/

 

Macros

#define OGRE_HashMap   ::std::unordered_map
 
#define OGRE_HashMultiMap   ::std::unordered_multimap
 
#define OGRE_HashMultiSet   ::std::unordered_multiset
 
#define OGRE_HashSet   ::std::unordered_set
 
#define OGRE_MEMORY_TRACKER   0
 
#define OGRE_VERSION   ((OGRE_VERSION_MAJOR << 16) | (OGRE_VERSION_MINOR << 8) | OGRE_VERSION_PATCH)
 
#define OGRE_VERSION_MAJOR   1
 
#define OGRE_VERSION_MINOR   10
 
#define OGRE_VERSION_NAME   "Xalafu"
 
#define OGRE_VERSION_PATCH   12
 
#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< AnimableValue > Ogre::AnimableValuePtr
 
typedef SharedPtr< Compositor > Ogre::CompositorPtr
 
typedef SharedPtr< DataStream > Ogre::DataStreamPtr
 
typedef SharedPtr< GpuLogicalBufferStruct > Ogre::GpuLogicalBufferStructPtr
 
typedef SharedPtr< GpuNamedConstants > Ogre::GpuNamedConstantsPtr
 
typedef SharedPtr< GpuProgramParameters > Ogre::GpuProgramParametersSharedPtr
 
typedef SharedPtr< GpuProgram > Ogre::GpuProgramPtr
 
typedef SharedPtr< GpuSharedParameters > Ogre::GpuSharedParametersPtr
 
typedef SharedPtr< HardwareCounterBuffer > Ogre::HardwareCounterBufferSharedPtr
 
typedef SharedPtr< HardwareIndexBuffer > Ogre::HardwareIndexBufferSharedPtr
 
typedef SharedPtr< HardwarePixelBuffer > Ogre::HardwarePixelBufferSharedPtr
 
typedef SharedPtr< HardwareUniformBuffer > Ogre::HardwareUniformBufferSharedPtr
 
typedef SharedPtr< HardwareVertexBuffer > Ogre::HardwareVertexBufferSharedPtr
 
typedef SharedPtr< HighLevelGpuProgram > Ogre::HighLevelGpuProgramPtr
 
typedef SharedPtr< Material > Ogre::MaterialPtr
 
typedef SharedPtr< MemoryDataStream > Ogre::MemoryDataStreamPtr
 
typedef SharedPtr< Mesh > Ogre::MeshPtr
 
typedef SharedPtr< PatchMesh > Ogre::PatchMeshPtr
 
typedef float Ogre::Real
 Software floating point type. More...
 
typedef SharedPtr< RenderToVertexBuffer > Ogre::RenderToVertexBufferSharedPtr
 
typedef SharedPtr< Resource > Ogre::ResourcePtr
 
typedef SharedPtr< ShadowCameraSetup > Ogre::ShadowCameraSetupPtr
 
typedef SharedPtr< Skeleton > Ogre::SkeletonPtr
 
typedef _StringStreamBase Ogre::StringStream
 
typedef StringStream Ogre::stringstream
 
typedef SharedPtr< Texture > Ogre::TexturePtr
 
typedef unsigned char Ogre::uchar
 In order to avoid finger-aches :) More...
 
typedef unsigned int Ogre::uint
 
typedef unsigned long Ogre::ulong
 
typedef unsigned short Ogre::ushort
 

Macro Definition Documentation

◆ OGRE_MEMORY_TRACKER

#define OGRE_MEMORY_TRACKER   0

◆ OGRE_VERSION_MAJOR

#define OGRE_VERSION_MAJOR   1

◆ OGRE_VERSION_MINOR

#define OGRE_VERSION_MINOR   10

◆ OGRE_VERSION_PATCH

#define OGRE_VERSION_PATCH   12

◆ OGRE_VERSION_SUFFIX

#define OGRE_VERSION_SUFFIX   ""

◆ OGRE_VERSION_NAME

#define OGRE_VERSION_NAME   "Xalafu"

◆ OGRE_VERSION

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

◆ OGRE_HashMap

#define OGRE_HashMap   ::std::unordered_map

◆ OGRE_HashMultiMap

#define OGRE_HashMultiMap   ::std::unordered_multimap

◆ OGRE_HashSet

#define OGRE_HashSet   ::std::unordered_set

◆ OGRE_HashMultiSet

#define OGRE_HashMultiSet   ::std::unordered_multiset