ROSE
0.11.131.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 278 of file Sawyer/Map.h.
#include <util/Sawyer/Map.h>
Public Member Functions | |
ConstValueIterator (const ConstValueIterator &other) | |
Copy constructor. More... | |
ConstValueIterator (const ValueIterator &other) | |
Copy constructor. More... | |
ConstValueIterator (const ConstNodeIterator &other) | |
Copy constructor. More... | |
ConstValueIterator (const NodeIterator &other) | |
Copy constructor. More... | |
ConstValueIterator & | operator= (const ConstValueIterator &other) |
Assignment. More... | |
const Value & | operator* () const |
Dereference iterator to return the value of the storage node. More... | |
const Value * | operator-> () const |
Returns a pointer to the value of the storage node. More... | |
|
inline |
Copy constructor.
Definition at line 284 of file Sawyer/Map.h.
|
inline |
Copy constructor.
Definition at line 287 of file Sawyer/Map.h.
|
inline |
Copy constructor.
Definition at line 290 of file Sawyer/Map.h.
|
inline |
Copy constructor.
Definition at line 293 of file Sawyer/Map.h.
|
inline |
Assignment.
Definition at line 296 of file Sawyer/Map.h.
|
inline |
Dereference iterator to return the value of the storage node.
Definition at line 299 of file Sawyer/Map.h.
|
inline |
Returns a pointer to the value of the storage node.
Definition at line 302 of file Sawyer/Map.h.