|
ROSE
0.11.96.11
|
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 <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 |
1.8.17