#include "OgrePlatform.h"
#include <string>
#include "OgreStdHeaders.h"
#include "OgreMemoryAllocatorConfig.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 > |
class | Ogre::SharedPtr< T > |
Reference-counted shared pointer, used for objects where implicit destruction is required. More... | |
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::unordered_map |
#define | HashSet ::std::unordered_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 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< Compositor > | Ogre::CompositorPtr |
typedef SharedPtr< GpuProgram > | Ogre::GpuProgramPtr |
typedef SharedPtr < HighLevelGpuProgram > | Ogre::HighLevelGpuProgramPtr |
typedef SharedPtr< Material > | Ogre::MaterialPtr |
typedef SharedPtr< Mesh > | Ogre::MeshPtr |
typedef SharedPtr< PatchMesh > | Ogre::PatchMeshPtr |
typedef float | Ogre::Real |
Software floating point type. More... | |
typedef SharedPtr< Resource > | Ogre::ResourcePtr |
Shared pointer to a Resource. More... | |
typedef SharedPtr< Skeleton > | Ogre::SkeletonPtr |
typedef _StringBase | Ogre::String |
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 |
#define HashMap ::std::unordered_map |
Definition at line 102 of file OgrePrerequisites.h.
#define HashSet ::std::unordered_set |
Definition at line 103 of file OgrePrerequisites.h.
#define OGRE_DEFINE_STATIC_LOCAL | ( | type, | |
name, | |||
arguments | |||
) | static type& name = *new type arguments |
Definition at line 107 of file OgrePrerequisites.h.
#define OGRE_MEMORY_TRACKER 0 |
Definition at line 45 of file OgrePrerequisites.h.
#define OGRE_VERSION ((OGRE_VERSION_MAJOR << 16) | (OGRE_VERSION_MINOR << 8) | OGRE_VERSION_PATCH) |
Definition at line 57 of file OgrePrerequisites.h.
#define OGRE_VERSION_MAJOR 1 |
Definition at line 51 of file OgrePrerequisites.h.
#define OGRE_VERSION_MINOR 9 |
Definition at line 52 of file OgrePrerequisites.h.
#define OGRE_VERSION_NAME "Ghadamon" |
Definition at line 55 of file OgrePrerequisites.h.
#define OGRE_VERSION_PATCH 0 |
Definition at line 53 of file OgrePrerequisites.h.
#define OGRE_VERSION_SUFFIX "" |
Definition at line 54 of file OgrePrerequisites.h.