![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <timestamp_flag.h>
Public Member Functions | |
| bool | is_set (unsigned id) const |
| void | reset_all () |
| void | reset_one (unsigned id) |
| void | set (unsigned id) |
| TimestampFlags () | |
| TimestampFlags (unsigned id_count) | |
Private Attributes | |
| unsigned short | current_timestamp |
| std::vector< unsigned short > | last_seen |
Definition at line 8 of file timestamp_flag.h.
|
inline |
Definition at line 10 of file timestamp_flag.h.
|
inlineexplicit |
Definition at line 12 of file timestamp_flag.h.
|
inline |
Definition at line 14 of file timestamp_flag.h.
References current_timestamp, and last_seen.
Referenced by RoutingKit::detail::extract_distances_to_targets(), RoutingKit::ContractionHierarchyQuery::get_arc_path(), and RoutingKit::ContractionHierarchyQuery::get_node_path().
|
inline |
Definition at line 26 of file timestamp_flag.h.
References current_timestamp, and last_seen.
Referenced by RoutingKit::detail::extract_distances_to_targets(), RoutingKit::ContractionHierarchyQuery::reset(), RoutingKit::ContractionHierarchyQuery::reset_source(), and RoutingKit::ContractionHierarchyQuery::reset_target().
|
inline |
Definition at line 22 of file timestamp_flag.h.
References current_timestamp, and last_seen.
|
inline |
Definition at line 18 of file timestamp_flag.h.
References current_timestamp, and last_seen.
Referenced by RoutingKit::ContractionHierarchyQuery::add_source(), RoutingKit::ContractionHierarchyQuery::add_target(), and RoutingKit::detail::extract_distances_to_targets().
|
private |
Definition at line 36 of file timestamp_flag.h.
Referenced by is_set(), reset_all(), reset_one(), and set().
|
private |
Definition at line 35 of file timestamp_flag.h.
Referenced by is_set(), reset_all(), reset_one(), and set().