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. | |
Establishes a communication tunnel to a member function of a distributed object.
| R | Member function result type. |
| T | Object type. |
| MemberFunctionPointerCreator | Member function pointer creator type. |
| Arg | Member function argument types. |
1.8.13