ROSE 0.11.145.147
|
Bidirectional iterator over constant key/value nodes.
Dereferencing this iterator will return a const 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 173 of file GraphIteratorMap.h.
#include <Sawyer/GraphIteratorMap.h>
Public Member Functions | |
ConstNodeIterator (const ConstNodeIterator &other) | |
Copy constructor. | |
ConstNodeIterator (const NodeIterator &other) | |
Copy constructor. | |
const Node & | operator* () const |
Dereference iterator to return a storage node. | |
const Node * | operator-> () const |
Returns a pointer to a storage node. | |
|
inline |
Definition at line 176 of file GraphIteratorMap.h.
|
inline |
Copy constructor.
Definition at line 179 of file GraphIteratorMap.h.
|
inline |
Copy constructor.
Definition at line 183 of file GraphIteratorMap.h.
|
inline |
Dereference iterator to return a storage node.
Definition at line 187 of file GraphIteratorMap.h.
|
inline |
Returns a pointer to a storage node.
Definition at line 192 of file GraphIteratorMap.h.