OGRE  1.9.0
Ogre::list< T, A > Struct Template Reference

#include <OgrePrerequisites.h>

Public Types

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

Detailed Description

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

Definition at line 508 of file OgrePrerequisites.h.

Member Typedef Documentation

◆ const_iterator

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

Definition at line 513 of file OgrePrerequisites.h.

◆ iterator

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

Definition at line 512 of file OgrePrerequisites.h.

◆ type

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

Definition at line 511 of file OgrePrerequisites.h.


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