Skip to main content

chronon::observe::ObservationManager::CounterKey

Identifies a counter by owning unit and counter ID.

#include <ObservationManager.hpp>

Public Functions

Name
booloperator==(const CounterKey & other) const

Public Attributes

Name
std::stringunit_name
CounterIdid
std::stringcounter_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