OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::map< K, V, P, A > Struct Template Reference

#include <OgrePrerequisites.h>

Public Types

typedef std::map< K, V, P, A >
::const_iterator 
const_iterator
 
typedef std::map< K, V, P, A >
::iterator 
iterator
 
typedef std::map< K, V, P, A > type
 

Detailed Description

template<typename K, typename V, typename P = std::less<K>, typename A = STLAllocator<std::pair<const K, V>, GeneralAllocPolicy>>
struct Ogre::map< K, V, P, A >

Definition at line 532 of file OgrePrerequisites.h.

Member Typedef Documentation

template<typename K, typename V, typename P = std::less<K>, typename A = STLAllocator<std::pair<const K, V>, GeneralAllocPolicy>>
typedef std::map<K, V, P, A>::const_iterator Ogre::map< K, V, P, A >::const_iterator

Definition at line 537 of file OgrePrerequisites.h.

template<typename K, typename V, typename P = std::less<K>, typename A = STLAllocator<std::pair<const K, V>, GeneralAllocPolicy>>
typedef std::map<K, V, P, A>::iterator Ogre::map< K, V, P, A >::iterator

Definition at line 536 of file OgrePrerequisites.h.

template<typename K, typename V, typename P = std::less<K>, typename A = STLAllocator<std::pair<const K, V>, GeneralAllocPolicy>>
typedef std::map<K, V, P, A> Ogre::map< K, V, P, A >::type

Definition at line 535 of file OgrePrerequisites.h.


The documentation for this struct was generated from the following file: