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 243 of file Sawyer/Map.h.
#include <Sawyer/Map.h>
Public Member Functions | |
ConstKeyIterator (const ConstKeyIterator &other) | |
Copy constructor. | |
ConstKeyIterator (const NodeIterator &other) | |
Copy constructor. | |
ConstKeyIterator (const ConstNodeIterator &other) | |
Copy constructor. | |
ConstKeyIterator & | operator= (const ConstKeyIterator &other) |
Assignment. | |
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. | |
|
inline |
Definition at line 246 of file Sawyer/Map.h.
|
inline |
Copy constructor.
Definition at line 249 of file Sawyer/Map.h.
|
inline |
Copy constructor.
Definition at line 252 of file Sawyer/Map.h.
|
inline |
Copy constructor.
Definition at line 255 of file Sawyer/Map.h.
|
inline |
Assignment.
Definition at line 258 of file Sawyer/Map.h.
|
inline |
Dereference iterator to return the interval of the storage node.
Definition at line 261 of file Sawyer/Map.h.
|
inline |
Returns a pointer to the interval of the storage node.
Definition at line 264 of file Sawyer/Map.h.