ROSE 0.11.145.147
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 <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.
 
 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.
 

Constructor & Destructor Documentation

◆ ConstValueIterator() [1/5]

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

Definition at line 269 of file GraphIteratorMap.h.

◆ ConstValueIterator() [2/5]

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.

◆ ConstValueIterator() [3/5]

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.

◆ ConstValueIterator() [4/5]

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.

◆ ConstValueIterator() [5/5]

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

◆ operator*()

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.

◆ operator->()

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: