ROSE
0.11.21.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 180 of file Sawyer/Map.h.
#include <Map.h>
Public Member Functions | |
ConstNodeIterator (const ConstNodeIterator &other) | |
Copy constructor. More... | |
ConstNodeIterator (const NodeIterator &other) | |
Copy constructor. More... | |
const Node & | operator* () const |
Dereference iterator to return a storage node. More... | |
const Node * | operator-> () const |
Returns a pointer to a storage node. More... | |
|
inline |
Copy constructor.
Definition at line 186 of file Sawyer/Map.h.
|
inline |
Copy constructor.
Definition at line 189 of file Sawyer/Map.h.
|
inline |
Dereference iterator to return a storage node.
Definition at line 193 of file Sawyer/Map.h.
|
inline |
Returns a pointer to a storage node.
Definition at line 196 of file Sawyer/Map.h.