Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
CCHMetricFamily.h File Reference
#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>
Include dependency graph for CCHMetricFamily.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Author
Pranav Sateesh
Date
2026

Definition in file CCHMetricFamily.h.