|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Distance totalizer class for path copying. More...
#include <shortest_path_common.H>
Public Member Functions | |
| Total () noexcept=default | |
| bool | operator() (typename GT::Arc *a) noexcept |
Public Attributes | |
| Distance::Distance_Type | dist = 0 |
Distance totalizer class for path copying.
Definition at line 544 of file shortest_path_common.H.
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 550 of file shortest_path_common.H.
References Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Total::dist.
| Distance::Distance_Type Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Total::dist = 0 |
Definition at line 546 of file shortest_path_common.H.
Referenced by Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Total::operator()().