C++ Reference
C++ Reference: Graph
StarGraphBase< NodeIndexType, ArcIndexType, DerivedGraph >::NodeIterator
Detailed Description
template<typename NodeIndexType, typename ArcIndexType, typename DerivedGraph>
class operations_research::StarGraphBase< NodeIndexType, ArcIndexType, DerivedGraph >::NodeIterator
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()
|
inlineexplicit |
Definition at line 322 of file ebert_graph.h.
Member Function Documentation
◆ Index()
|
inline |
Definition at line 332 of file ebert_graph.h.
◆ Next()
|
inline |
Definition at line 329 of file ebert_graph.h.
◆ Ok()
|
inline |
Definition at line 326 of file ebert_graph.h.
The documentation for this class was generated from the following file: