
Value iterator for values in index-value map. More...
#include <element.hh>
Public Member Functions | |
| IterValUnmark (IdxVal *iv) | |
| Initialize with start. More... | |
| bool | operator() (void) const |
| Test whether more pairs to be iterated. More... | |
| void | operator++ (void) |
| Move to next index value pair (next value) More... | |
| Val | val (void) const |
| Return value of current index value pair. More... | |
Value iterator for values in index-value map.
Note that the iterated value sequence is not strictly increasing (might contain duplicates).
The iterator also removes marked index-value pairs.
Definition at line 130 of file element.hh.
|
inline |
|
inline |
|
inline |
|
inline |