ROSE  0.11.96.11
Public Member Functions | List of all members
Sawyer::Container::GraphIteratorMap< K, V >::ValueIterator Class Reference

Description

template<class K, class V>
class Sawyer::Container::GraphIteratorMap< K, V >::ValueIterator

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 239 of file GraphIteratorMap.h.

#include <GraphIteratorMap.h>

Inheritance diagram for Sawyer::Container::GraphIteratorMap< K, V >::ValueIterator:
Inheritance graph
[legend]
Collaboration diagram for Sawyer::Container::GraphIteratorMap< K, V >::ValueIterator:
Collaboration graph
[legend]

Public Member Functions

 ValueIterator (const ValueIterator &other)
 Copy constructor.
 
 ValueIterator (const NodeIterator &other)
 Copy constructor.
 
Valueoperator* () const
 Dereference iterator to return the user-defined value.
 
Valueoperator-> () const
 Dereference iterator to return address of user-defined value.
 

The documentation for this class was generated from the following file: