C++ Reference

C++ Reference: Graph

StarGraphBase< NodeIndexType, ArcIndexType, DerivedGraph >::ArcIterator

Detailed Description

template<typename NodeIndexType, typename ArcIndexType, typename DerivedGraph>
class operations_research::StarGraphBase< NodeIndexType, ArcIndexType, DerivedGraph >::ArcIterator

Definition at line 343 of file ebert_graph.h.

Public Member Functions

 ArcIterator (const DerivedGraph &graph)
 
bool Ok () const
 
void Next ()
 
ArcIndexType Index () const
 

Constructor & Destructor Documentation

◆ ArcIterator()

ArcIterator ( const DerivedGraph &  graph)
inlineexplicit

Definition at line 345 of file ebert_graph.h.

Member Function Documentation

◆ Index()

ArcIndexType Index ( ) const
inline

Definition at line 355 of file ebert_graph.h.

◆ Next()

void Next ( )
inline

Definition at line 352 of file ebert_graph.h.

◆ Ok()

bool Ok ( ) const
inline

Definition at line 349 of file ebert_graph.h.


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