| 
    ROSE 0.11.145.357
    
   | 
 
Bidirectional iterator over values.
Dereferencing this iterator will return a reference to the user-defined value of the node. Values may be altered in-place while they are members of a container.
Definition at line 271 of file Sawyer/Map.h.
#include <Sawyer/Map.h>


Public Member Functions | |
| ValueIterator (const ValueIterator &other) | |
| Copy constructor.   | |
| ValueIterator (const NodeIterator &other) | |
| Copy constructor.   | |
| ValueIterator & | operator= (const ValueIterator &other) | 
| Assignment.   | |
| Value & | operator* () const | 
| Dereference iterator to return the value of the storage node.   | |
| Value * | operator-> () const | 
| Returns a pointer to the value of the storage node.   | |
      
  | 
  inline | 
Definition at line 274 of file Sawyer/Map.h.
      
  | 
  inline | 
Copy constructor.
Definition at line 277 of file Sawyer/Map.h.
      
  | 
  inline | 
Copy constructor.
Definition at line 280 of file Sawyer/Map.h.
      
  | 
  inline | 
Assignment.
Definition at line 283 of file Sawyer/Map.h.
      
  | 
  inline | 
Dereference iterator to return the value of the storage node.
Definition at line 286 of file Sawyer/Map.h.
      
  | 
  inline | 
Returns a pointer to the value of the storage node.
Definition at line 289 of file Sawyer/Map.h.