![]() |
PIP 5.6.1
Platform-Independent Primitives
|
Java-style reverse iterator for PIMap. More...
#include <pimap.h>
Public Member Functions | |
| const Key & | key () const |
| Returns current key. More... | |
| const T & | value () const |
| Returns current value. More... | |
| bool | hasNext () const |
| Returns true if iterator can jump to next entry. More... | |
| bool | next () |
| Jump to next entry and return true if new position is valid. More... | |
| void | reset () |
| Reset iterator to initial position. More... | |
Java-style reverse iterator for PIMap.
Provides sequential reverse read-only access to keys and values in PIMap. Use the constructor directly or call PIMap::makeReverseIterator().
|
inline |
Returns current key.
|
inline |
Returns current value.
|
inline |
Returns true if iterator can jump to next entry.
|
inline |
|
inline |
Reset iterator to initial position.