![]() |
OR-Tools
8.2
|
Public Member Functions | |
| IncomingArcIterator (const ReverseArcListGraph &graph, NodeIndexType node) | |
| IncomingArcIterator (const ReverseArcListGraph &graph, NodeIndexType node, ArcIndexType arc) | |
| ArcIndexType | Index () const |
| DEFINE_STL_ITERATOR_FUNCTIONS (IncomingArcIterator) | |
| bool | Ok () const |
| void | Next () |
| DEFINE_STL_ITERATOR_FUNCTIONS (OppositeIncomingArcIterator) | |
Protected Attributes | |
| const ReverseArcListGraph & | graph_ |
| ArcIndexType | index_ |
|
inline |
|
inline |
| DEFINE_STL_ITERATOR_FUNCTIONS | ( | IncomingArcIterator | ) |
|
inherited |
|
protectedinherited |