OGRE  1.9.0
Public Types | List of all members
Ogre::vector< T, A > Struct Template Reference

#include <OgrePrerequisites.h>

Public Types

typedef std::vector< T, A >::const_iterator const_iterator
 
typedef std::vector< T, A >::iterator iterator
 
typedef std::vector< T, Atype
 

Detailed Description

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

Definition at line 494 of file OgrePrerequisites.h.

Member Typedef Documentation

◆ const_iterator

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

Definition at line 499 of file OgrePrerequisites.h.

◆ iterator

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

Definition at line 498 of file OgrePrerequisites.h.

◆ type

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

Definition at line 497 of file OgrePrerequisites.h.


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