OGRE  1.10.11
Object-Oriented Graphics Rendering Engine
Ogre::map< K, V, P > 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

template<typename K, typename V, typename P = std::less<K>>
typedef std::map<K, V, P> Ogre::map< K, V, P >::type
template<typename K, typename V, typename P = std::less<K>>
typedef std::map<K, V, P>::iterator Ogre::map< K, V, P >::iterator
template<typename K, typename V, typename P = std::less<K>>
typedef std::map<K, V, P>::const_iterator Ogre::map< K, V, P >::const_iterator

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