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 195 of file Sawyer/Map.h.
#include <util/Sawyer/Map.h>
Public Member Functions | |
ConstNodeIterator (const ConstNodeIterator &other) | |
Copy constructor. More... | |
ConstNodeIterator (const NodeIterator &other) | |
Copy constructor. More... | |
ConstNodeIterator & | operator= (const ConstNodeIterator &other) |
Assignment. 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 201 of file Sawyer/Map.h.
|
inline |
Copy constructor.
Definition at line 204 of file Sawyer/Map.h.
|
inline |
Assignment.
Definition at line 207 of file Sawyer/Map.h.
|
inline |
Dereference iterator to return a storage node.
Definition at line 211 of file Sawyer/Map.h.
|
inline |
Returns a pointer to a storage node.
Definition at line 214 of file Sawyer/Map.h.