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

Detailed Description

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

Definition at line 102 of file util.h.

#include <util.h>

Classes

class  AdjacencyListIterator

Public Types

typedef Graph::OutgoingOrOppositeIncomingArcIterator ArcIterator

Public Member Functions

 UndirectedAdjacencyListsOfDirectedGraph (const Graph &graph)
BeginEndWrapper< AdjacencyListIteratoroperator[] (int node) const

Member Typedef Documentation

◆ ArcIterator

template<class Graph>
typedef Graph::OutgoingOrOppositeIncomingArcIterator util::UndirectedAdjacencyListsOfDirectedGraph< Graph >::ArcIterator

Definition at line 110 of file util.h.

Constructor & Destructor Documentation

◆ UndirectedAdjacencyListsOfDirectedGraph()

template<class Graph>
util::UndirectedAdjacencyListsOfDirectedGraph< Graph >::UndirectedAdjacencyListsOfDirectedGraph ( const Graph & graph)
inlineexplicit

Definition at line 107 of file util.h.

Member Function Documentation

◆ operator[]()

template<class Graph>
BeginEndWrapper< AdjacencyListIterator > util::UndirectedAdjacencyListsOfDirectedGraph< Graph >::operator[] ( int node) const
inline

Definition at line 125 of file util.h.


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