class push_command
Declaration
class push_command : public implement_acceptor { /* full declaration omitted */ };
Inherits from: implement_acceptor
Member Variables
- node_id m_target
- transfer_id m_trid
- subrange<3> m_push_range
Member Function Overview
- get_range() const → const subrange<3> &
- get_target() const → node_id
- get_transfer_id() const → const transfer_id &
- get_type() const → command_type
- push_command(command_id cid, node_id target, const transfer_id & trid, const subrange<3> & push_range)
Member Functions
¶const subrange<3>& get_range() const
const subrange<3>& get_range() const
¶node_id get_target() const
node_id get_target() const
¶const transfer_id& get_transfer_id() const
const transfer_id& get_transfer_id() const
¶command_type get_type() const
command_type get_type() const
¶push_command(command_id cid,
node_id target,
const transfer_id& trid,
const subrange<3>& push_range)
push_command(command_id cid,
node_id target,
const transfer_id& trid,
const subrange<3>& push_range)
Parameters
- command_id cid
- node_id target
- const transfer_id& trid
- const subrange<3>& push_range