OGRE  13.4
Object-Oriented Graphics Rendering Engine
Ogre::VectorIterator< T > Class Template Reference

Concrete IteratorWrapper for nonconst access to the underlying container. More...

#include <OgreSceneNode.h>

Public Member Functions

 VectorIterator (T &c)
 Constructor. More...
 
 VectorIterator (typename T::iterator start, typename T::iterator last)
 Constructor. More...
 

Detailed Description

template<typename T>
class Ogre::VectorIterator< T >

Concrete IteratorWrapper for nonconst access to the underlying container.

Template Parameters
TContainer

Constructor & Destructor Documentation

◆ VectorIterator() [1/2]

template<typename T >
Ogre::VectorIterator< T >::VectorIterator ( typename T::iterator  start,
typename T::iterator  last 
)
inline

Constructor.

Provide a start and end iterator to initialise.

◆ VectorIterator() [2/2]

template<typename T >
Ogre::VectorIterator< T >::VectorIterator ( T &  c)
inlineexplicit

Constructor.

Provide a container to initialise.


The documentation for this class was generated from the following files: