![]() |
OGRE
13.4
Object-Oriented Graphics Rendering Engine
|
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... | |
Concrete IteratorWrapper for nonconst access to the underlying container.
T | Container |
|
inline |
Constructor.
Provide a start and end iterator to initialise.
|
inlineexplicit |
Constructor.
Provide a container to initialise.