STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::runtime::bind_rmi_result< R, T, MemberFunctionPointerCreator, Arg > Class Template Reference

Establishes a communication tunnel to a member function of a distributed object. More...

Public Member Functions

 bind_rmi_result (pmf_type const &pmf, rmi_handle::reference const &h)
 
void flush (void)
 Flushes all pending requests.
 
template<typename... U>
void operator() (const unsigned int lid, U &&... u)
 Sends a request to location lid.
 

Detailed Description

template<typename R, typename T, template< typename... > class MemberFunctionPointerCreator, typename... Arg>
class stapl::runtime::bind_rmi_result< R, T, MemberFunctionPointerCreator, Arg >

Establishes a communication tunnel to a member function of a distributed object.

Template Parameters
RMember function result type.
TObject type.
MemberFunctionPointerCreatorMember function pointer creator type.
ArgMember function argument types.

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