ROSE 0.11.145.147
|
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 296 of file Sawyer/Map.h.
#include <Sawyer/Map.h>
Public Member Functions | |
ConstValueIterator (const ConstValueIterator &other) | |
Copy constructor. | |
ConstValueIterator (const ValueIterator &other) | |
Copy constructor. | |
ConstValueIterator (const ConstNodeIterator &other) | |
Copy constructor. | |
ConstValueIterator (const NodeIterator &other) | |
Copy constructor. | |
ConstValueIterator & | operator= (const ConstValueIterator &other) |
Assignment. | |
const Value & | operator* () const |
Dereference iterator to return the value of the storage node. | |
const Value * | operator-> () const |
Returns a pointer to the value of the storage node. | |
|
inline |
Definition at line 299 of file Sawyer/Map.h.
|
inline |
Copy constructor.
Definition at line 302 of file Sawyer/Map.h.
|
inline |
Copy constructor.
Definition at line 305 of file Sawyer/Map.h.
|
inline |
Copy constructor.
Definition at line 308 of file Sawyer/Map.h.
|
inline |
Copy constructor.
Definition at line 311 of file Sawyer/Map.h.
|
inline |
Assignment.
Definition at line 314 of file Sawyer/Map.h.
|
inline |
Dereference iterator to return the value of the storage node.
Definition at line 317 of file Sawyer/Map.h.
|
inline |
Returns a pointer to the value of the storage node.
Definition at line 320 of file Sawyer/Map.h.