chronon::PipelinePipe
#include <PipelineApi.hpp>
Public Functions
| Name | |
|---|---|
| template <FixedString Stage,typename Cat ,typename... Items> void | stageNameHex(ObservationContext * ctx, Cat category, uint64_t id, Items &&... items) const |
| template <FixedString Stage,typename Cat ,typename... Items> void | stageName(ObservationContext * ctx, Cat category, uint64_t id, Items &&... items) const |
| template <uint16_t Stage,typename Cat ,typename... Items> void | stage(ObservationContext * ctx, Cat category, uint64_t id, Items &&... items) const |
Detailed Description
template <uint16_t Pipe>
struct chronon::PipelinePipe;
Public Functions Documentation
function stageNameHex
template <FixedString Stage,
typename Cat ,
typename... Items>
inline void stageNameHex(
ObservationContext * ctx,
Cat category,
uint64_t id,
Items &&... items
) const
function stageName
template <FixedString Stage,
typename Cat ,
typename... Items>
inline void stageName(
ObservationContext * ctx,
Cat category,
uint64_t id,
Items &&... items
) const
function stage
template <uint16_t Stage,
typename Cat ,
typename... Items>
inline void stage(
ObservationContext * ctx,
Cat category,
uint64_t id,
Items &&... items
) const
Updated on 2026-07-23 at 16:24:33 +0000