C++ Reference

C++ Reference: Graph

UndirectedAdjacencyListsOfDirectedGraph< Graph >

Detailed Description

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

Definition at line 99 of file 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

typedef Graph::OutgoingOrOppositeIncomingArcIterator ArcIterator

Definition at line 104 of file util.h.

Constructor & Destructor Documentation

◆ UndirectedAdjacencyListsOfDirectedGraph()

UndirectedAdjacencyListsOfDirectedGraph ( const Graph graph)
inlineexplicit

Definition at line 101 of file util.h.

Member Function Documentation

◆ operator[]()

BeginEndWrapper<AdjacencyListIterator> operator[] ( int  node) const
inline

Definition at line 119 of file util.h.


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