chronon::observe::ObservationManager::CounterKey
Identifies a counter by owning unit and counter ID.
#include <ObservationManager.hpp>
Public Functions
| Name | |
|---|---|
| bool | operator==(const CounterKey & other) const |
Public Attributes
| Name | |
|---|---|
| std::string | unit_name |
| CounterId | id |
| std::string | counter_name Stored directly to avoid a global-registry lookup later. |
Public Functions Documentation
function operator==
inline bool operator==(
const CounterKey & other
) const
Public Attributes Documentation
variable unit_name
std::string unit_name;
variable id
CounterId id;
variable counter_name
std::string counter_name;
Stored directly to avoid a global-registry lookup later.
Updated on 2026-05-26 at 05:42:33 +0000