Skip to main content

struct horizon_command_record

Declaration

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

Description

Base class for task command records

Declared at: include/recorders.h:156

Inherits from: implement_acceptor, task_command_record

Member Variables

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 horizon_command_record(
        const horizon_command& hcmd,
        const task& tsk)

    Declared at: include/recorders.h:159

    Parameters

    const horizon_command& hcmd
    const task& tsk