Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
util::UndirectedAdjacencyListsOfDirectedGraph< Graph >::AdjacencyListIterator Class Reference

#include <util.h>

Inheritance diagram for util::UndirectedAdjacencyListsOfDirectedGraph< Graph >::AdjacencyListIterator:

Public Member Functions

 AdjacencyListIterator (const Graph &graph, ArcIterator &&arc_it)
 
Graph::NodeIndex operator* () const
 Overwrite operator* to return the heads of the arcs.
 

Detailed Description

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

Definition at line 109 of file util.h.

Constructor & Destructor Documentation

◆ AdjacencyListIterator()

template<class Graph >
util::UndirectedAdjacencyListsOfDirectedGraph< Graph >::AdjacencyListIterator::AdjacencyListIterator ( const Graph & graph,
ArcIterator && arc_it )
inlineexplicit

Definition at line 111 of file util.h.

Member Function Documentation

◆ operator*()

template<class Graph >
Graph::NodeIndex util::UndirectedAdjacencyListsOfDirectedGraph< Graph >::AdjacencyListIterator::operator* ( ) const
inline

Overwrite operator* to return the heads of the arcs.

Definition at line 114 of file util.h.


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