Concrete IteratorWrapper for const access to the underlying 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, T::const_iterator, typenameT::mapped_type >::PointerType | PointerType |
| Redefined PointerType for a map/set. More...
|
|
typedef IteratorWrapper< T, T::const_iterator, typenameT::mapped_type >::ValueType | ValueType |
| Redefined ValueType for a map/set. More...
|
|
typedef T::const_iterator | const_iterator |
| Typedef to fulfill container interface. More...
|
|
typedef T::const_iterator | 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>
class Ogre::ConstMapIterator< T >
Concrete IteratorWrapper for const access to the underlying key-value container.
- Template Parameters
-
◆ ConstMapIterator() [1/2]
template<typename T >
Ogre::ConstMapIterator< T >::ConstMapIterator |
( |
typename T::const_iterator |
start, |
|
|
typename T::const_iterator |
last |
|
) |
| |
|
inline |
◆ ConstMapIterator() [2/2]
The documentation for this class was generated from the following files: