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

#include <OgrePrerequisites.h>

Public Types

typedef std::deque< T, A >::const_iterator const_iterator
 
typedef std::deque< T, A >::iterator iterator
 
typedef std::deque< T, A > type
 

Member Typedef Documentation

◆ const_iterator

template<typename T, typename A = STLAllocator<T, GeneralAllocPolicy>>
typedef std::deque<T, A>::const_iterator Ogre::deque< T, A >::const_iterator

◆ iterator

template<typename T, typename A = STLAllocator<T, GeneralAllocPolicy>>
typedef std::deque<T, A>::iterator Ogre::deque< T, A >::iterator

◆ type

template<typename T, typename A = STLAllocator<T, GeneralAllocPolicy>>
typedef std::deque<T, A> Ogre::deque< T, A >::type

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