ROSE 0.11.145.147
|
Bidirectional iterator over keys.
Dereferencing this iterator will return a reference to a const key. Keys cannot be altered while they are a member of this container.
Definition at line 207 of file GraphIteratorMap.h.
#include <Sawyer/GraphIteratorMap.h>
Public Member Functions | |
ConstKeyIterator (const ConstKeyIterator &other) | |
Copy constructor. | |
ConstKeyIterator (const NodeIterator &other) | |
Copy constructor. | |
ConstKeyIterator (const ConstNodeIterator &other) | |
Copy constructor. | |
const Key & | operator* () const |
Returns the key for the current iterator. | |
const Key * | operator-> () const |
Returns a pointer to the key. | |
|
inline |
Definition at line 210 of file GraphIteratorMap.h.
|
inline |
Copy constructor.
Definition at line 213 of file GraphIteratorMap.h.
|
inline |
Copy constructor.
Definition at line 217 of file GraphIteratorMap.h.
|
inline |
Copy constructor.
Definition at line 221 of file GraphIteratorMap.h.
|
inline |
Returns the key for the current iterator.
Definition at line 225 of file GraphIteratorMap.h.
|
inline |
Returns a pointer to the key.
Definition at line 230 of file GraphIteratorMap.h.