OGRE  1.11.6
Object-Oriented Graphics Rendering Engine
Ogre::list< T > Struct Template Reference

#include <OgrePrerequisites.h>

Public Types

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

Member Typedef Documentation

◆ type

template<typename T >
typedef std::list<T> Ogre::list< T >::type

◆ iterator

template<typename T >
typedef std::list<T>::iterator Ogre::list< T >::iterator

◆ const_iterator

template<typename T >
typedef std::list<T>::const_iterator Ogre::list< T >::const_iterator

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