Derecho  0.9
Distributed systems toolkit for RDMA
Public Member Functions | Public Attributes | List of all members
derecho::rpc::RemoteInvokerForClass< IdentifyingClass > Class Template Reference

Specialization of RemoteInvokerForClass for classes that have no RPC methods. More...

#include <remote_invocable.hpp>

Public Member Functions

 RemoteInvokerForClass (node_id_t nid, uint32_t type_id, uint32_t instance_id, std::map< Opcode, receive_fun_t > &rvrs)
 

Public Attributes

const node_id_t nid
 

Detailed Description

template<class IdentifyingClass>
class derecho::rpc::RemoteInvokerForClass< IdentifyingClass >

Specialization of RemoteInvokerForClass for classes that have no RPC methods.

Definition at line 803 of file remote_invocable.hpp.

Constructor & Destructor Documentation

◆ RemoteInvokerForClass()

template<class IdentifyingClass >
derecho::rpc::RemoteInvokerForClass< IdentifyingClass >::RemoteInvokerForClass ( node_id_t  nid,
uint32_t  type_id,
uint32_t  instance_id,
std::map< Opcode, receive_fun_t > &  rvrs 
)
inline

Definition at line 807 of file remote_invocable.hpp.

Member Data Documentation

◆ nid

template<class IdentifyingClass >
const node_id_t derecho::rpc::RemoteInvokerForClass< IdentifyingClass >::nid

Definition at line 805 of file remote_invocable.hpp.


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