ROSE
0.11.109.0
|
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 <util/Sawyer/Map.h>
Public Member Functions | |
ValueIterator (const ValueIterator &other) | |
Copy constructor. More... | |
ValueIterator (const NodeIterator &other) | |
Copy constructor. More... | |
Value & | operator* () const |
Dereference iterator to return the value of the storage node. More... | |
Value * | operator-> () const |
Returns a pointer to the value of the storage node. More... | |
|
inline |
Copy constructor.
Definition at line 247 of file Sawyer/Map.h.
|
inline |
Copy constructor.
Definition at line 250 of file Sawyer/Map.h.
|
inline |
Dereference iterator to return the value of the storage node.
Definition at line 253 of file Sawyer/Map.h.
|
inline |
Returns a pointer to the value of the storage node.
Definition at line 256 of file Sawyer/Map.h.