C++ Reference

C++ Reference: Graph

StarGraphBase< NodeIndexType, ArcIndexType, DerivedGraph >::OutgoingArcIterator

Detailed Description

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

Definition at line 366 of file ebert_graph.h.

Public Member Functions

 OutgoingArcIterator (const DerivedGraph &graph, NodeIndexType node)
 
 OutgoingArcIterator (const DerivedGraph &graph, NodeIndexType node, ArcIndexType arc)
 
void operator= (const OutgoingArcIterator &iterator)
 
bool Ok () const
 
void Next ()
 
ArcIndexType Index () const
 

Constructor & Destructor Documentation

◆ OutgoingArcIterator() [1/2]

OutgoingArcIterator ( const DerivedGraph &  graph,
NodeIndexType  node 
)
inline

Definition at line 368 of file ebert_graph.h.

◆ OutgoingArcIterator() [2/2]

OutgoingArcIterator ( const DerivedGraph &  graph,
NodeIndexType  node,
ArcIndexType  arc 
)
inline

Definition at line 377 of file ebert_graph.h.

Member Function Documentation

◆ Index()

ArcIndexType Index ( ) const
inline

Definition at line 402 of file ebert_graph.h.

◆ Next()

void Next ( )
inline

Definition at line 396 of file ebert_graph.h.

◆ Ok()

bool Ok ( ) const
inline

Definition at line 393 of file ebert_graph.h.

◆ operator=()

void operator= ( const OutgoingArcIterator iterator)
inline

Definition at line 386 of file ebert_graph.h.


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