![]() |
OGRE
13.4
Object-Oriented Graphics Rendering Engine
|
Concrete IteratorWrapper for const access to the underlying container. More...
#include <OgreSceneNode.h>
Public Member Functions | |
ConstVectorIterator (const T &c) | |
Constructor. More... | |
ConstVectorIterator (typename T::const_iterator start, typename T::const_iterator last) | |
Constructor. More... | |
Concrete IteratorWrapper for const access to the underlying container.
T | = Container |
|
inline |
Constructor.
Provide a start and end iterator to initialise.
|
inlineexplicit |
Constructor.
Provide a container to initialise.