![]() |
PIP 5.5.3
Platform-Independent Primitives
|
Java-style iterator for PIMap. More...
#include <pimap.h>
Public Member Functions | |
| const Key & | key () const |
| Returns current key. More... | |
| T & | value () |
| 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 iterator for PIMap.
This class used to easy serial access keys and values in PIMap with write permitions. Use constructor to create iterator, or use PIMap::makeIterator()
|
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.