C++ Reference

C++ Reference: Graph

ReverseArcStaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator

Detailed Description

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

Definition at line 1800 of file graph.h.

Public Member Functions

 OutgoingArcIterator (const ReverseArcStaticGraph &graph, NodeIndexType node)
 
 OutgoingArcIterator (const ReverseArcStaticGraph &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 ReverseArcStaticGraph graph,
NodeIndexType  node 
)
inline

Definition at line 1802 of file graph.h.

◆ OutgoingArcIterator() [2/2]

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

Definition at line 1804 of file graph.h.

Member Function Documentation

◆ DEFINE_STL_ITERATOR_FUNCTIONS()

DEFINE_STL_ITERATOR_FUNCTIONS ( OutgoingArcIterator  )

◆ Index()

ArcIndexType Index ( ) const
inline

Definition at line 1811 of file graph.h.

◆ Next()

void Next ( )
inline

Definition at line 1812 of file graph.h.

◆ Ok()

bool Ok ( ) const
inline

Definition at line 1810 of file graph.h.


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