ROSE 0.11.145.147
|
Forward 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.
#include <Sawyer/HashMap.h>
Public Member Functions | |
ConstValueIterator (const ConstValueIterator &other) | |
ConstValueIterator (const ValueIterator &other) | |
ConstValueIterator (const ConstNodeIterator &other) | |
ConstValueIterator (const NodeIterator &other) | |
const Value & | operator* () const |
const Value * | operator-> () const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |