Skip to main content

class epoch_instruction

Declaration

class epoch_instruction : public implement_acceptor { /* full declaration omitted */ };

Description

Instruction-graph equivalent of an epoch task or command.

Inherits from: implement_acceptor

Member Variables

task_id m_epoch_tid
epoch_action m_epoch_action
instruction_garbage m_garbage

Member Function Overview

Member Functions

explicit epoch_instruction(
    instruction_id iid,
    int priority,
    task_id epoch_tid,
    epoch_action action,
    instruction_garbage garbage)

Parameters

instruction_id iid
int priority
task_id epoch_tid
epoch_action action
instruction_garbage garbage

epoch_action get_epoch_action() const


task_id get_epoch_task_id() const


const instruction_garbage& get_garbage() const