OR-Tools  8.2
StarGraphBase< NodeIndexType, ArcIndexType, DerivedGraph >::NodeIterator

Detailed Description

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

Definition at line 320 of file ebert_graph.h.

Public Member Functions

 NodeIterator (const DerivedGraph &graph)
 
bool Ok () const
 
void Next ()
 
NodeIndexType Index () const
 

Constructor & Destructor Documentation

◆ NodeIterator()

NodeIterator ( const DerivedGraph &  graph)
inlineexplicit

Definition at line 322 of file ebert_graph.h.

Member Function Documentation

◆ Index()

NodeIndexType Index ( ) const
inline

Definition at line 332 of file ebert_graph.h.

◆ Next()

void Next ( )
inline

Definition at line 329 of file ebert_graph.h.

◆ Ok()

bool Ok ( ) const
inline

Definition at line 326 of file ebert_graph.h.


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