STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::runtime::location_rpc_request Class Referenceabstract

Encapsulates an RPC request directed to a location for subsequent execution via the function operator. More...

Public Member Functions

constexpr location_rpc_request (const size_type size) noexcept
 
 location_rpc_request (location_rpc_request const &)=delete
 
location_rpc_requestoperator= (location_rpc_request const &)=delete
 
constexpr size_type size (void) const noexcept
 
size_type & size (void) noexcept
 
virtual bool operator() (location_md &, message_shared_ptr &)=0
 

Public Types

using size_type = std::size_t
 

Detailed Description

Encapsulates an RPC request directed to a location for subsequent execution via the function operator.

location_rpc_request objects package all information for buffering and transfer.

The 'header' contains the size of the request. The 'body' (derived class) has the desired function and any arguments required to invoke it.


The documentation for this class was generated from the following file: