OgrePrerequisites.h File Reference
#include "OgrePlatform.h"
#include <string>
#include "OgreStdHeaders.h"
#include "OgreMemoryAllocatorConfig.h"

Go to the source code of this file.

Classes

struct  Ogre::deque< T, A >
struct  Ogre::list< T, A >
struct  Ogre::map< K, V, P, A >
struct  Ogre::multimap< K, V, P, A >
struct  Ogre::set< T, P, A >
struct  Ogre::vector< T, A >

Namespaces

namespace  Ogre

Macros

#define HashMap   ::std::unordered_map
#define HashSet   ::std::unordered_set
#define OGRE_DEFINE_STATIC_LOCAL(type, name, arguments)
#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   9
#define OGRE_VERSION_NAME   "Ghadamon"
#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< CompositorOgre::CompositorPtr
typedef SharedPtr< GpuProgramOgre::GpuProgramPtr
typedef SharedPtr< HighLevelGpuProgramOgre::HighLevelGpuProgramPtr
typedef SharedPtr< MaterialOgre::MaterialPtr
typedef SharedPtr< MeshOgre::MeshPtr
typedef SharedPtr< PatchMeshOgre::PatchMeshPtr
typedef float Ogre::Real
 Software floating point type.
typedef SharedPtr< ResourceOgre::ResourcePtr
 Shared pointer to a Resource.
typedef SharedPtr< SkeletonOgre::SkeletonPtr
typedef _StringBase Ogre::String
typedef _StringStreamBase Ogre::StringStream
typedef StringStream Ogre::stringstream
typedef SharedPtr< TextureOgre::TexturePtr
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

◆ HashMap

#define HashMap   ::std::unordered_map

Definition at line 102 of file OgrePrerequisites.h.

◆ HashSet

#define HashSet   ::std::unordered_set

Definition at line 103 of file OgrePrerequisites.h.

◆ OGRE_DEFINE_STATIC_LOCAL

#define OGRE_DEFINE_STATIC_LOCAL ( type,
name,
arguments )
Value:
static type& name = *new type arguments

Definition at line 107 of file OgrePrerequisites.h.

◆ OGRE_MEMORY_TRACKER

#define OGRE_MEMORY_TRACKER   0

◆ OGRE_VERSION

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

Definition at line 57 of file OgrePrerequisites.h.

◆ OGRE_VERSION_MAJOR

#define OGRE_VERSION_MAJOR   1

Definition at line 51 of file OgrePrerequisites.h.

◆ OGRE_VERSION_MINOR

#define OGRE_VERSION_MINOR   9

Definition at line 52 of file OgrePrerequisites.h.

◆ OGRE_VERSION_NAME

#define OGRE_VERSION_NAME   "Ghadamon"

Definition at line 55 of file OgrePrerequisites.h.

◆ OGRE_VERSION_PATCH

#define OGRE_VERSION_PATCH   0

Definition at line 53 of file OgrePrerequisites.h.

◆ OGRE_VERSION_SUFFIX

#define OGRE_VERSION_SUFFIX   ""

Definition at line 54 of file OgrePrerequisites.h.


Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.