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 216 of file Sawyer/Map.h.
#include <Map.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 |
Dereference iterator to return the interval of the storage node. | |
const Key * | operator-> () const |
Returns a pointer to the interval of the storage node. | |