Skip to main content

struct epoch_command_record

Declaration

struct epoch_command_record : public implement_acceptor,
                              public task_command_record { /* full declaration omitted */ };

Description

Base class for task command records

Declared at: include/recorders.h:149

Inherits from: implement_acceptor, task_command_record

Member Variables

epoch_action action
std::vector<reduction_id> completed_reductions

Inherited from task_command_record:

tid
type
debug_name
cgid

Member Function Overview

Inherited from task_command_record:

    Member Functions

    explicit epoch_command_record(
        const epoch_command& ecmd,
        const task& tsk)

    Declared at: include/recorders.h:153

    Parameters

    const epoch_command& ecmd
    const task& tsk