#include <Iterators.h>
Inheritance diagram for Odyssey::ConstMapContainerIterator< ContainerT >:
Public Types | |
typedef ContainerT::mapped_type | value_t |
typedef ContainerT::key_type | key_t |
typedef ContainerT::const_iterator | iter_t |
Public Member Functions | |
ConstMapContainerIterator (const ContainerT &rhs) | |
template<class T> | |
ConstMapContainerIterator (const ConstMapContainerIterator< T > &rhs) | |
template<class T> | |
ConstMapContainerIterator (T begin, T end) | |
template<class T> | |
ConstMapContainerIterator & | operator= (const ConstMapContainerIterator< T > &rhs) |
bool | hasMoreElements () const |
value_t | getNext () |
key_t | peekNextKey () const |
value_t | peekNextValue () const |
void | next () |
void | prev () |
void | reset () |
iter_t | begin () const |
iter_t | end () const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements Odyssey::MapIterator< ContainerT::key_type, ContainerT::mapped_type >. |
|
Implements Odyssey::MapIterator< ContainerT::key_type, ContainerT::mapped_type >. |
|
Implements Odyssey::MapIterator< ContainerT::key_type, ContainerT::mapped_type >. |
|
|
|
Implements Odyssey::MapIterator< ContainerT::key_type, ContainerT::mapped_type >. |
|
Implements Odyssey::MapIterator< ContainerT::key_type, ContainerT::mapped_type >. |
|
Implements Odyssey::MapIterator< ContainerT::key_type, ContainerT::mapped_type >. |
|
Implements Odyssey::MapIterator< ContainerT::key_type, ContainerT::mapped_type >. |