OGRE  2.2.0unstable
Object-Oriented Graphics Rendering Engine
Ogre::set< T, P, A > Struct Template Reference

#include <OgrePrerequisites.h>

Public Types

typedef std::set< T, P, A >::const_iterator const_iterator
 
typedef std::set< T, P, A >::iterator iterator
 
typedef std::set< T, P, A > type
 

Member Typedef Documentation

◆ const_iterator

template<typename T, typename P = std::less<T>, typename A = STLAllocator<T, GeneralAllocPolicy>>
typedef std::set<T, P, A>::const_iterator Ogre::set< T, P, A >::const_iterator

◆ iterator

template<typename T, typename P = std::less<T>, typename A = STLAllocator<T, GeneralAllocPolicy>>
typedef std::set<T, P, A>::iterator Ogre::set< T, P, A >::iterator

◆ type

template<typename T, typename P = std::less<T>, typename A = STLAllocator<T, GeneralAllocPolicy>>
typedef std::set<T, P, A> Ogre::set< T, P, A >::type

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