C++ Reference

C++ Reference: Graph

ReverseArcListGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator

Detailed Description

template<typename NodeIndexType = int32, typename ArcIndexType = int32>
class util::ReverseArcListGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator

Definition at line 1522 of file graph.h.

Public Member Functions

 OutgoingArcIterator (const ReverseArcListGraph &graph, NodeIndexType node)
 
 OutgoingArcIterator (const ReverseArcListGraph &graph, NodeIndexType node, ArcIndexType arc)
 
bool Ok () const
 
ArcIndexType Index () const
 
void Next ()
 
 DEFINE_STL_ITERATOR_FUNCTIONS (OutgoingArcIterator)
 

Constructor & Destructor Documentation

◆ OutgoingArcIterator() [1/2]

OutgoingArcIterator ( const ReverseArcListGraph graph,
NodeIndexType  node 
)
inline

Definition at line 1524 of file graph.h.

◆ OutgoingArcIterator() [2/2]

OutgoingArcIterator ( const ReverseArcListGraph graph,
NodeIndexType  node,
ArcIndexType  arc 
)
inline

Definition at line 1528 of file graph.h.

Member Function Documentation

◆ DEFINE_STL_ITERATOR_FUNCTIONS()

DEFINE_STL_ITERATOR_FUNCTIONS ( OutgoingArcIterator  )

◆ Index()

ArcIndexType Index ( ) const
inline

Definition at line 1536 of file graph.h.

◆ Next()

void Next ( )
inline

Definition at line 1537 of file graph.h.

◆ Ok()

bool Ok ( ) const
inline

Definition at line 1535 of file graph.h.


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