![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>#include <atomic>#include <cmath>#include <limits>#include <map>#include <memory>#include <mutex>#include <utility>#include <vector>#include <utils/common/SUMOTime.h>#include <utils/common/SUMOVehicleClass.h>#include <utils/router/CCHGraph.h>Go to the source code of this file.
Data Structures | |
| class | CCHMetricFamily< E, V, K > |
| per-vehicle-type CCH metric store over a shared CCHGraph More... | |
| struct | CCHMetricFamily< E, V, K >::LiveMetric |
| per-type LIVE metric state. Heap-owned: the atomic makes it non-movable, so it cannot live in a map by value. More... | |
| struct | CCHMetricFamily< E, V, K >::StaticMetric |
| per-(type, period) STATIC metric state. RoutingKit metrics BORROW their input-weight buffer, so buffer and metric live together in the map (std::map nodes are address-stable). More... | |
Definition in file CCHMetricFamily.h.