| 
    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 187 of file Sawyer/Map.h.
#include <Sawyer/Map.h>


Public Member Functions | |
| NodeIterator (const NodeIterator &other) | |
| Copy constructor.   | |
| NodeIterator & | operator= (const NodeIterator &other) | 
| Assignment.   | |
| Node & | operator* () const | 
| Dereference iterator to return a storage node.   | |
| Node * | operator-> () const | 
| Returns a pointer to a storage node.   | |
      
  | 
  inline | 
Definition at line 190 of file Sawyer/Map.h.
      
  | 
  inline | 
Copy constructor.
Definition at line 193 of file Sawyer/Map.h.
      
  | 
  inline | 
Assignment.
Definition at line 196 of file Sawyer/Map.h.
      
  | 
  inline | 
Dereference iterator to return a storage node.
Definition at line 200 of file Sawyer/Map.h.
      
  | 
  inline | 
Returns a pointer to a storage node.
Definition at line 203 of file Sawyer/Map.h.