C++ Reference

C++ Reference: Graph

UndirectedAdjacencyListsOfDirectedGraph< Graph >::AdjacencyListIterator

Detailed Description

template<class Graph>
class util::UndirectedAdjacencyListsOfDirectedGraph< Graph >::AdjacencyListIterator

Definition at line 105 of file util.h.

Public Member Functions

 AdjacencyListIterator (const Graph &graph, ArcIterator &&arc_it)
 
Graph::NodeIndex operator* () const
 

Constructor & Destructor Documentation

◆ AdjacencyListIterator()

AdjacencyListIterator ( const Graph graph,
ArcIterator &&  arc_it 
)
inlineexplicit

Definition at line 107 of file util.h.

Member Function Documentation

◆ operator*()

Graph::NodeIndex operator* ( ) const
inline

Definition at line 110 of file util.h.


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