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