Prepared IteratorWrapper for key-value container.
More...
#include <OgreIteratorWrapper.h>
|
typedef T::key_type | KeyType |
| Type you expect to get by funktions like peekNextKey. More...
|
|
typedef T::value_type | PairType |
| Unused, just to make it clear that map/set::value_type is not a ValueType. More...
|
|
typedef IteratorWrapper< T, IteratorType, typenameT::mapped_type >::PointerType | PointerType |
| Redefined PointerType for a map/set. More...
|
|
typedef IteratorWrapper< T, IteratorType, typenameT::mapped_type >::ValueType | ValueType |
| Redefined ValueType for a map/set. More...
|
|
typedef IteratorType | const_iterator |
| Typedef to fulfill container interface. More...
|
|
typedef IteratorType | iterator |
| Typedef to fulfill container interface. More...
|
|
typedef T::mapped_type * | PointerType |
| Type you expect to get by funktions like peekNext(Value)Ptr. More...
|
|
typedef T::mapped_type | ValueType |
| Type you expect to get by funktions like peekNext(Value) More...
|
|
template<typename T, typename IteratorType>
class Ogre::MapIteratorWrapper< T, IteratorType >
Prepared IteratorWrapper for key-value container.
- Template Parameters
-
T | Container (map - or also set ) |
IteratorType | T::iterator or T::const_iterator |
Have a look at MapIterator and ConstMapIterator for a concrete usage
◆ ValueType
template<typename T , typename IteratorType >
Redefined ValueType for a map/set.
◆ PointerType
template<typename T , typename IteratorType >
Redefined PointerType for a map/set.
◆ PairType
template<typename T , typename IteratorType >
Unused, just to make it clear that map/set::value_type is not a ValueType.
◆ KeyType
template<typename T , typename IteratorType >
Type you expect to get by funktions like peekNextKey.
◆ MapIteratorWrapper()
template<typename T , typename IteratorType >
◆ peekNextKey()
template<typename T , typename IteratorType >
◆ peekNextValue()
template<typename T , typename IteratorType >
Returns the next(=current) value element in the collection, without advancing to the next.
◆ peekNextValuePtr()
template<typename T , typename IteratorType >
Returns a pointer to the next/current value element in the collection, without advancing to the next afterwards.
◆ getNext()
template<typename T , typename IteratorType >
The documentation for this class was generated from the following file: