OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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, A > type
 

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

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.

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.

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: