ROSE
0.11.96.11
|
Bidirectional 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.
Definition at line 166 of file Sawyer/Map.h.
#include <Map.h>
Public Member Functions | |
NodeIterator (const NodeIterator &other) | |
Copy constructor. | |
Node & | operator* () const |
Dereference iterator to return a storage node. | |
Node * | operator-> () const |
Returns a pointer to a storage node. | |