OGRE  1.9.0
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
 

Detailed Description

template<typename T, typename A = STLAllocator<T, GeneralAllocPolicy>>
struct Ogre::deque< T, A >

Definition at line 480 of file OgrePrerequisites.h.

Member Typedef Documentation

◆ const_iterator

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

Definition at line 485 of file OgrePrerequisites.h.

◆ iterator

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

Definition at line 484 of file OgrePrerequisites.h.

◆ type

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

Definition at line 483 of file OgrePrerequisites.h.


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