Classes | Namespaces | Defines | Typedefs

OgrePrerequisites.h File Reference

#include "OgrePlatform.h"
#include <string>
#include "Threading/OgreThreadDefines.h"
#include "OgreStdHeaders.h"
#include "OgreMemoryAllocatorConfig.h"

Go to the source code of this file.

Classes

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

Namespaces

namespace  Ogre

Defines

#define OGRE_MEMORY_TRACKER   0
#define OGRE_VERSION_MAJOR   1
#define OGRE_VERSION_MINOR   7
#define OGRE_VERSION_PATCH   2
#define OGRE_VERSION_SUFFIX   ""
#define OGRE_VERSION_NAME   "Cthugha"
#define OGRE_VERSION   ((OGRE_VERSION_MAJOR << 16) | (OGRE_VERSION_MINOR << 8) | OGRE_VERSION_PATCH)
#define HashMap   ::std::hash_map
#define HashSet   ::std::hash_set

Typedefs

typedef float Ogre::Real
 Software floating point type.
typedef unsigned char Ogre::uchar
 In order to avoid finger-aches :).
typedef unsigned short Ogre::ushort
typedef unsigned int Ogre::uint
typedef unsigned long Ogre::ulong
typedef std::string Ogre::_StringBase
typedef
std::basic_stringstream< char,
std::char_traits< char >
, std::allocator< char > > 
Ogre::_StringStreamBase
typedef _StringBase Ogre::String
typedef _StringStreamBase Ogre::StringStream
typedef StringStream Ogre::stringstream

Define Documentation

#define HashMap   ::std::hash_map

Definition at line 99 of file OgrePrerequisites.h.

#define HashSet   ::std::hash_set

Definition at line 100 of file OgrePrerequisites.h.

#define OGRE_MEMORY_TRACKER   0

Definition at line 47 of file OgrePrerequisites.h.

Referenced by Ogre::StdAllocPolicy::allocateBytes().

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

Definition at line 62 of file OgrePrerequisites.h.

#define OGRE_VERSION_MAJOR   1

Definition at line 56 of file OgrePrerequisites.h.

#define OGRE_VERSION_MINOR   7

Definition at line 57 of file OgrePrerequisites.h.

#define OGRE_VERSION_NAME   "Cthugha"

Definition at line 60 of file OgrePrerequisites.h.

#define OGRE_VERSION_PATCH   2

Definition at line 58 of file OgrePrerequisites.h.

#define OGRE_VERSION_SUFFIX   ""

Definition at line 59 of file OgrePrerequisites.h.


Copyright © 2008 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Nov 3 2010 19:24:52