class horizon_command
Declaration
class horizon_command : public implement_acceptor { /* full declaration omitted */ };
Declared at: include/command_graph.h:102
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> &
- horizon_command(command_id cid, const task * tsk, std::vector<reduction_id> completed_reductions) → explicit
Member Functions
¶const std::vector<reduction_id>&
get_completed_reductions() const
const std::vector<reduction_id>&
get_completed_reductions() const
Declared at: include/command_graph.h:107
¶explicit horizon_command(command_id cid,
const task* tsk,
std::vector<reduction_id>
completed_reductions)
explicit horizon_command(command_id cid,
const task* tsk,
std::vector<reduction_id>
completed_reductions)
Declared at: include/command_graph.h:104
Parameters
- command_id cid
- const task* tsk
- std::vector<reduction_id> completed_reductions