|
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 | |
| ValueIterator (const ValueIterator &other) | |
| ValueIterator (const NodeIterator &other) | |
| Value & | operator* () const |
| Value * | operator-> () const |
1.8.17