Skip to main content

chronon::ObservationContext::LookaheadSyncNode

#include <ObservationContext.hpp>

Public Types

Name
using void(*)(void *, LookaheadTransition) noexceptApplyFn

Public Attributes

Name
LookaheadSyncNode *prev
void *owner
LookaheadSyncNode *next
ObservationContext *context
ApplyFnapply

Public Types Documentation

using ApplyFn

using chronon::observe::ObservationContext::LookaheadSyncNode::ApplyFn = void (*)(void*, LookaheadTransition) noexcept;

Public Attributes Documentation

variable prev

LookaheadSyncNode * prev = nullptr;

variable owner

void * owner = nullptr;

variable next

LookaheadSyncNode * next = nullptr;

variable context

ObservationContext * context = nullptr;

variable apply

ApplyFn apply = nullptr;

Updated on 2026-06-22 at 09:17:04 +0000