struct receive_instruction_record_impl
Declaration
struct receive_instruction_record_impl { /* full declaration omitted */ };
Description
Base implementation for IDAG record types of receive_instruction
and split_receive_instruction
.
Member Variables
- detail::transfer_id transfer_id
- std::string buffer_name
- region<3> requested_region
- allocation_id dest_allocation_id
- box<3> allocated_box
- size_t element_size
Member Function Overview
- receive_instruction_record_impl(const receive_instruction_impl & rinstr, std::string buffer_name)
Member Functions
¶receive_instruction_record_impl(
const receive_instruction_impl& rinstr,
std::string buffer_name)
receive_instruction_record_impl(
const receive_instruction_impl& rinstr,
std::string buffer_name)
Parameters
- const receive_instruction_impl& rinstr
- std::string buffer_name