|
ROSE 0.11.145.354
|
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 146 of file GraphIteratorMap.h.
#include <Sawyer/GraphIteratorMap.h>


Public Member Functions | |
| NodeIterator (const NodeIterator &other) | |
| Copy constructor. | |
| Node & | operator* () const |
| Dereference iterator to return a storage node. | |
| Node * | operator-> () const |
| Pointer to storage node. | |
|
inline |
Definition at line 149 of file GraphIteratorMap.h.
|
inline |
Copy constructor.
Definition at line 152 of file GraphIteratorMap.h.
|
inline |
Dereference iterator to return a storage node.
Definition at line 155 of file GraphIteratorMap.h.
|
inline |
Pointer to storage node.
Definition at line 160 of file GraphIteratorMap.h.