|
ROSE
0.11.96.11
|
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 <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. | |
1.8.17