class horizon_command
Declaration
class horizon_command : public implement_acceptor { /* full declaration omitted */ };
Inherits from: implement_acceptor
Member Variables
- std::vector<reduction_id> m_completed_reductions
Member Function Overview
- get_completed_reductions() const → const std::vector<reduction_id> &
- get_type() const → command_type
- horizon_command(command_id cid, task_id tid, std::vector<reduction_id> completed_reductions)
Member Functions
¶const std::vector<reduction_id>&
get_completed_reductions() const
const std::vector<reduction_id>&
get_completed_reductions() const
¶command_type get_type() const
command_type get_type() const
¶horizon_command(command_id cid,
task_id tid,
std::vector<reduction_id>
completed_reductions)
horizon_command(command_id cid,
task_id tid,
std::vector<reduction_id>
completed_reductions)
Parameters
- command_id cid
- task_id tid
- std::vector<reduction_id> completed_reductions