ROSE
0.9.12.28
|
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 232 of file Sawyer/Map.h.
#include <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 238 of file Sawyer/Map.h.
|
inline |
Copy constructor.
Definition at line 241 of file Sawyer/Map.h.
|
inline |
Dereference iterator to return the value of the storage node.
Definition at line 244 of file Sawyer/Map.h.
|
inline |
Returns a pointer to the value of the storage node.
Definition at line 247 of file Sawyer/Map.h.