ROSE
0.11.137.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 225 of file Sawyer/Map.h.
#include <util/Sawyer/Map.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... | |
ConstKeyIterator & | operator= (const ConstKeyIterator &other) |
Assignment. More... | |
const Key & | operator* () const |
Dereference iterator to return the interval of the storage node. More... | |
const Key * | operator-> () const |
Returns a pointer to the interval of the storage node. More... | |
|
inline |
Copy constructor.
Definition at line 231 of file Sawyer/Map.h.
|
inline |
Copy constructor.
Definition at line 234 of file Sawyer/Map.h.
|
inline |
Copy constructor.
Definition at line 237 of file Sawyer/Map.h.
|
inline |
Assignment.
Definition at line 240 of file Sawyer/Map.h.
|
inline |
Dereference iterator to return the interval of the storage node.
Definition at line 243 of file Sawyer/Map.h.
|
inline |
Returns a pointer to the interval of the storage node.
Definition at line 246 of file Sawyer/Map.h.