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

Description

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

Bidirectional iterator over values.

Dereferencing this iterator will return a reference to the user-defined value of the node.

Definition at line 266 of file GraphIteratorMap.h.

#include <GraphIteratorMap.h>

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

Public Member Functions

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

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