ROSE
0.11.87.0
|
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 199 of file GraphIteratorMap.h.
#include <util/Sawyer/GraphIteratorMap.h>
Public Member Functions | |
ConstKeyIterator (const ConstKeyIterator &other) | |
Copy constructor. More... | |
ConstKeyIterator (const NodeIterator &other) | |
Copy constructor. More... | |
ConstKeyIterator (const ConstNodeIterator &other) | |
Copy constructor. More... | |
const Key & | operator* () const |
Returns the key for the current iterator. More... | |
const Key * | operator-> () const |
Returns a pointer to the key. More... | |
|
inline |
Copy constructor.
Definition at line 205 of file GraphIteratorMap.h.
|
inline |
Copy constructor.
Definition at line 209 of file GraphIteratorMap.h.
|
inline |
Copy constructor.
Definition at line 213 of file GraphIteratorMap.h.
|
inline |
Returns the key for the current iterator.
Definition at line 217 of file GraphIteratorMap.h.
|
inline |
Returns a pointer to the key.
Definition at line 222 of file GraphIteratorMap.h.