![]() |
OR-Tools
8.2
|
Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | difference_type = ptrdiff_t |
| using | pointer = const NodeIndexType * |
| using | reference = const NodeIndexType & |
| using | value_type = NodeIndexType |
Public Member Functions | |
| OutgoingHeadIterator (const ListGraph &graph, NodeIndexType node) | |
| OutgoingHeadIterator (const ListGraph &graph, NodeIndexType node, ArcIndexType arc) | |
| bool | Ok () const |
| NodeIndexType | Index () const |
| void | Next () |
| bool | operator!= (const typename ListGraph< NodeIndexType, ArcIndexType >::OutgoingHeadIterator &other) const |
| NodeIndexType | operator* () const |
| void | operator++ () |
| using difference_type = ptrdiff_t |
| using iterator_category = std::input_iterator_tag |
| using value_type = NodeIndexType |
|
inline |
|
inline |
|
inline |