C++ Reference

C++ Reference: Graph

EbertGraph< NodeIndexType, ArcIndexType >::OutgoingOrOppositeIncomingArcIterator

Detailed Description

template<typename NodeIndexType, typename ArcIndexType>
class operations_research::EbertGraph< NodeIndexType, ArcIndexType >::OutgoingOrOppositeIncomingArcIterator

Definition at line 1237 of file ebert_graph.h.

Public Member Functions

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

Constructor & Destructor Documentation

◆ OutgoingOrOppositeIncomingArcIterator() [1/2]

OutgoingOrOppositeIncomingArcIterator ( const EbertGraph graph,
NodeIndexType  node 
)
inline

Definition at line 1239 of file ebert_graph.h.

◆ OutgoingOrOppositeIncomingArcIterator() [2/2]

OutgoingOrOppositeIncomingArcIterator ( const EbertGraph graph,
NodeIndexType  node,
ArcIndexType  arc 
)
inline

Definition at line 1250 of file ebert_graph.h.

Member Function Documentation

◆ Index()

ArcIndexType Index ( ) const
inline

Definition at line 1275 of file ebert_graph.h.

◆ Next()

void Next ( )
inline

Definition at line 1269 of file ebert_graph.h.

◆ Ok()

bool Ok ( ) const
inline

Definition at line 1266 of file ebert_graph.h.

◆ operator=()

void operator= ( const OutgoingOrOppositeIncomingArcIterator iterator)
inline

Definition at line 1259 of file ebert_graph.h.


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