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:
Member Function Overview
- horizon_command_record(const horizon_command & hcmd, const task & tsk) → explicit
Inherited from task_command_record:
Member Functions
¶explicit horizon_command_record(
const horizon_command& hcmd,
const task& tsk)
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