ROSE
0.11.96.11
|
Forward iterator over key/value nodes.
Dereferencing this iterator will return a Node from which both the key and the value can be obtained. Node iterators are implicitly convertible to both key and value iterators.
#include <HashMap.h>
Public Member Functions | |
NodeIterator (const NodeIterator &other) | |
Node & | operator* () const |
Node * | operator-> () const |