|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| Path_Desc (Node *_node=nullptr, Arc *_arc=nullptr) noexcept | |
| bool | operator== (const Path_Desc &r) const noexcept |
Public Attributes | |
| Node * | node |
| Arc * | arc |
Definition at line 2683 of file tpl_graph.H.
|
inlinenoexcept |
Definition at line 2688 of file tpl_graph.H.
|
inlinenoexcept |
Definition at line 2692 of file tpl_graph.H.
References Aleph::Path< GT >::Path_Desc::arc, Aleph::maps(), and Aleph::Path< GT >::Path_Desc::node.
| Arc* Aleph::Path< GT >::Path_Desc::arc |
Definition at line 2686 of file tpl_graph.H.
Referenced by Aleph::Path< GT >::Iterator::get_current_arc(), Aleph::Path< GT >::Iterator::get_current_arc_ne(), and Aleph::Path< GT >::Path_Desc::operator==().
| Node* Aleph::Path< GT >::Path_Desc::node |
Definition at line 2685 of file tpl_graph.H.
Referenced by Aleph::Path< GT >::Iterator::get_current_node(), Aleph::Path< GT >::Iterator::get_current_node_ne(), and Aleph::Path< GT >::Path_Desc::operator==().