|
ROSE 0.11.145.354
|
Forward 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.
#include <Sawyer/HashMap.h>


Public Member Functions | |
| ConstKeyIterator (const ConstKeyIterator &other) | |
| ConstKeyIterator (const NodeIterator &other) | |
| ConstKeyIterator (const ConstNodeIterator &other) | |
| const Key & | operator* () const |
| const Key * | operator-> () const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |