C++ Reference

C++ Reference: Graph

CompleteBipartiteGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator

Detailed Description

template<typename NodeIndexType = int32, typename ArcIndexType = int32>
class util::CompleteBipartiteGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator

Definition at line 2284 of file graph.h.

Public Member Functions

 OutgoingArcIterator (const CompleteBipartiteGraph &graph, NodeIndexType node)
 
bool Ok () const
 
ArcIndexType Index () const
 
void Next ()
 

Constructor & Destructor Documentation

◆ OutgoingArcIterator()

OutgoingArcIterator ( const CompleteBipartiteGraph graph,
NodeIndexType  node 
)
inline

Definition at line 2286 of file graph.h.

Member Function Documentation

◆ Index()

ArcIndexType Index ( ) const
inline

Definition at line 2292 of file graph.h.

◆ Next()

void Next ( )
inline

Definition at line 2293 of file graph.h.

◆ Ok()

bool Ok ( ) const
inline

Definition at line 2291 of file graph.h.


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