|
ROSE
0.11.96.11
|
Bidirectional iterator over values.
Dereferencing this iterator will return a reference to the user-defined value of the node. Values may be altered in-place while they are members of a container.
Definition at line 241 of file Sawyer/Map.h.
#include <Map.h>


Public Member Functions | |
| ValueIterator (const ValueIterator &other) | |
| Copy constructor. | |
| ValueIterator (const NodeIterator &other) | |
| Copy constructor. | |
| Value & | operator* () const |
| Dereference iterator to return the value of the storage node. | |
| Value * | operator-> () const |
| Returns a pointer to the value of the storage node. | |
1.8.17