ROSE 0.11.145.147
|
Forward iterator over key/value nodes.
Dereferencing this iterator will return a Node from which both the key and the value can be obtained. Node iterators are implicitly convertible to both key and value iterators.
#include <Sawyer/HashMap.h>
Public Member Functions | |
ConstNodeIterator (const ConstNodeIterator &other) | |
ConstNodeIterator (const NodeIterator &other) | |
const Node & | operator* () const |
const Node * | operator-> () const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |