#include <Iterators.h>
Inheritance diagram for Odyssey::ConstContainerIterator< ContainerT >:
Public Types | |
typedef ContainerT::value_type | value_t |
typedef ContainerT::const_iterator | iter_t |
typedef ContainerT::iterator | iterator |
Public Member Functions | |
ConstContainerIterator (const ContainerT &rhs) | |
template<class T> | |
ConstContainerIterator (const ConstContainerIterator< T > &rhs) | |
template<class T> | |
ConstContainerIterator (T begin, T end) | |
template<class T> | |
ConstContainerIterator & | operator= (const ConstContainerIterator< T > &rhs) |
bool | hasMoreElements () const |
value_t | getNext () |
value_t | peekNext () const |
void | next () |
void | prev () |
void | reset () |
iter_t | begin () const |
iter_t | end () const |
Protected Attributes | |
iter_t | _begin |
iter_t | _iter |
iter_t | _end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements Odyssey::Iterator< ContainerT::value_type >. |
|
Implements Odyssey::Iterator< ContainerT::value_type >. |
|
Implements Odyssey::Iterator< ContainerT::value_type >. |
|
|
|
Implements Odyssey::Iterator< ContainerT::value_type >. |
|
Implements Odyssey::Iterator< ContainerT::value_type >. |
|
Implements Odyssey::Iterator< ContainerT::value_type >. |
|
|
|
|
|
|