ROSE
0.11.131.0
|
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 169 of file Sawyer/Map.h.
#include <util/Sawyer/Map.h>
Public Member Functions | |
NodeIterator (const NodeIterator &other) | |
Copy constructor. More... | |
NodeIterator & | operator= (const NodeIterator &other) |
Assignment. More... | |
Node & | operator* () const |
Dereference iterator to return a storage node. More... | |
Node * | operator-> () const |
Returns a pointer to a storage node. More... | |
|
inline |
Copy constructor.
Definition at line 175 of file Sawyer/Map.h.
|
inline |
Assignment.
Definition at line 178 of file Sawyer/Map.h.
|
inline |
Dereference iterator to return a storage node.
Definition at line 182 of file Sawyer/Map.h.
|
inline |
Returns a pointer to a storage node.
Definition at line 185 of file Sawyer/Map.h.