Concrete IteratorWrapper for nonconst access to the underlying container.
More...
#include <OgreIteratorWrapper.h>
template<typename T>
class Ogre::VectorIterator< T >
Concrete IteratorWrapper for nonconst access to the underlying container.
- Template Parameters
-
◆ const_iterator
template<typename T , typename IteratorType , typename ValType >
Typedef to fulfill container interface.
Useful if you want to use BOOST_FOREACH
- Note
- there is no distinction between const_iterator and iterator.
keep this in mind if you want to derivate from this class.
◆ iterator
template<typename T , typename IteratorType , typename ValType >
Typedef to fulfill container interface.
Useful if you want to use BOOST_FOREACH
- Note
- there is no distinction between const_iterator and iterator.
keep this in mind if you want to derivate from this class.
◆ PointerType
◆ ValueType
◆ VectorIterator() [1/2]
◆ VectorIterator() [2/2]
◆ begin()
template<typename T , typename IteratorType , typename ValType >
Bookmark to the begin of the underlying collection.
◆ current()
template<typename T , typename IteratorType , typename ValType >
Full access to the current iterator.
◆ end()
template<typename T , typename IteratorType , typename ValType >
Bookmark to the end (one behind the last element) of the underlying collection.
◆ getNext()
Returns the next(=current) value element in the collection, and advances to the next.
◆ hasMoreElements()
template<typename T , typename IteratorType , typename ValType >
◆ moveNext()
template<typename T , typename IteratorType , typename ValType >
Moves the iterator on one element.
◆ peekNext()
Returns the next(=current) element in the collection, without advancing to the next.
◆ peekNextPtr()
Returns a pointer to the next(=current) element in the collection, without advancing to the next afterwards.
The documentation for this class was generated from the following file: