| 
    ROSE 0.11.145.357
    
   | 
 
Bidirectional 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.
Definition at line 213 of file Sawyer/Map.h.
#include <Sawyer/Map.h>


Public Member Functions | |
| ConstNodeIterator (const ConstNodeIterator &other) | |
| Copy constructor.   | |
| ConstNodeIterator (const NodeIterator &other) | |
| Copy constructor.   | |
| ConstNodeIterator & | operator= (const ConstNodeIterator &other) | 
| Assignment.   | |
| const Node & | operator* () const | 
| Dereference iterator to return a storage node.   | |
| const Node * | operator-> () const | 
| Returns a pointer to a storage node.   | |
      
  | 
  inline | 
Definition at line 216 of file Sawyer/Map.h.
      
  | 
  inline | 
Copy constructor.
Definition at line 219 of file Sawyer/Map.h.
      
  | 
  inline | 
Copy constructor.
Definition at line 222 of file Sawyer/Map.h.
      
  | 
  inline | 
Assignment.
Definition at line 225 of file Sawyer/Map.h.
      
  | 
  inline | 
Dereference iterator to return a storage node.
Definition at line 229 of file Sawyer/Map.h.
      
  | 
  inline | 
Returns a pointer to a storage node.
Definition at line 232 of file Sawyer/Map.h.