OGRE 2.1
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::map< K, V, P, A > Struct Template Reference

#include <OgrePrerequisites.h>

Public Types

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

Member Typedef Documentation

◆ const_iterator

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>::const_iterator Ogre::map< K, V, P, A >::const_iterator

◆ iterator

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>::iterator Ogre::map< K, V, P, A >::iterator

◆ type

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> Ogre::map< K, V, P, A >::type

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