|
void | process (void *session, rpc_msg &hdr, xdr_get &g, cb_t reply) override |
|
template<typename P > |
void | dispatch (Session *session, rpc_msg &hdr, xdr_get &g, cb_t reply) |
|
| arpc_service (T &server) |
|
| service_base (uint32_t prog, uint32_t vers) |
|
bool | check_call (const rpc_msg &hdr) |
|
|
using | cb_t = std::function< void(msg_ptr)> |
|
template<typename T > |
static bool | decode_arg (xdr_get &g, T &arg) |
|
const uint32_t | prog_ |
|
const uint32_t | vers_ |
|
template<typename T, typename Session, typename Interface>
class xdr::arpc_service< T, Session, Interface >
Definition at line 171 of file arpc.h.
The documentation for this class was generated from the following file: