chronon::observe::SourceNameRegistry
#include <SourceNameRegistry.hpp>
Public Functions
| Name | |
|---|---|
| void | unfreeze() |
| uint16_t | registerName(const std::string & name) |
| bool | isFrozen() const |
| std::string_view | getName(uint16_t source_id) const |
| void | freeze() |
| void | clear() |
Public Functions Documentation
function unfreeze
inline void unfreeze()
function registerName
inline uint16_t registerName(
const std::string & name
)
function isFrozen
inline bool isFrozen() const
function getName
inline std::string_view getName(
uint16_t source_id
) const
function freeze
inline void freeze()
function clear
inline void clear()
Updated on 2026-05-27 at 08:42:21 +0000