ROSE  0.11.145.0
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 <util/Sawyer/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. More...
 
 ConstValueIterator (const ValueIterator &other)
 Copy constructor. More...
 
 ConstValueIterator (const ConstNodeIterator &other)
 Copy constructor. More...
 
 ConstValueIterator (const NodeIterator &other)
 Copy constructor. More...
 
const Valueoperator* () const
 Dereference iterator to return the value of the user-defined data. More...
 
const Valueoperator-> () const
 Dereference iterator to return address of the user-defined data. More...
 

Constructor & Destructor Documentation

template<class K, class V>
Sawyer::Container::GraphIteratorMap< K, V >::ConstValueIterator::ConstValueIterator ( const ConstValueIterator other)
inline

Copy constructor.

Definition at line 272 of file GraphIteratorMap.h.

template<class K, class V>
Sawyer::Container::GraphIteratorMap< K, V >::ConstValueIterator::ConstValueIterator ( const ValueIterator other)
inline

Copy constructor.

Definition at line 276 of file GraphIteratorMap.h.

template<class K, class V>
Sawyer::Container::GraphIteratorMap< K, V >::ConstValueIterator::ConstValueIterator ( const ConstNodeIterator other)
inline

Copy constructor.

Definition at line 280 of file GraphIteratorMap.h.

template<class K, class V>
Sawyer::Container::GraphIteratorMap< K, V >::ConstValueIterator::ConstValueIterator ( const NodeIterator other)
inline

Copy constructor.

Definition at line 284 of file GraphIteratorMap.h.

Member Function Documentation

template<class K, class V>
const Value& Sawyer::Container::GraphIteratorMap< K, V >::ConstValueIterator::operator* ( ) const
inline

Dereference iterator to return the value of the user-defined data.

Definition at line 288 of file GraphIteratorMap.h.

template<class K, class V>
const Value* Sawyer::Container::GraphIteratorMap< K, V >::ConstValueIterator::operator-> ( ) const
inline

Dereference iterator to return address of the user-defined data.

Definition at line 293 of file GraphIteratorMap.h.


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