OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OgrePrerequisites.h File Reference
#include "OgrePlatform.h"
#include <string>
#include "Threading/OgreThreadDefines.h"
#include "OgreStdHeaders.h"
#include "OgreMemoryAllocatorConfig.h"
+ Include dependency graph for OgrePrerequisites.h:

Go to the source code of this file.

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, 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

 Ogre
 

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

 

Macros

#define HashMap   ::std::hash_map
 
#define HashSet   ::std::hash_set
 
#define OGRE_DEFINE_STATIC_LOCAL(type, name, arguments)   static type& name = *new type 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   8
 
#define OGRE_VERSION_NAME   "Byatis"
 
#define OGRE_VERSION_PATCH   2
 
#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 float Ogre::Real
 Software floating point type. More...
 
typedef _StringBase Ogre::String
 
typedef _StringStreamBase Ogre::StringStream
 
typedef StringStream Ogre::stringstream
 
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

#define HashMap   ::std::hash_map

Definition at line 107 of file OgrePrerequisites.h.

#define HashSet   ::std::hash_set

Definition at line 108 of file OgrePrerequisites.h.

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

Definition at line 112 of file OgrePrerequisites.h.

#define OGRE_MEMORY_TRACKER   0

Definition at line 47 of file OgrePrerequisites.h.

#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   8

Definition at line 57 of file OgrePrerequisites.h.

#define OGRE_VERSION_NAME   "Byatis"

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.