Derecho  0.9
Distributed systems toolkit for RDMA
Public Member Functions | List of all members
derecho::rpc::RemoteInvokers< wrapped< Tag, FunType > > Struct Template Reference

Base case for RemoteInvokers, where the template parameter pack contains only a single wrapped<id, FunType> More...

#include <remote_invocable.hpp>

Inheritance diagram for derecho::rpc::RemoteInvokers< wrapped< Tag, FunType > >:
Inheritance graph
[legend]
Collaboration diagram for derecho::rpc::RemoteInvokers< wrapped< Tag, FunType > >:
Collaboration graph
[legend]

Public Member Functions

 RemoteInvokers (uint32_t class_id, uint32_t instance_id, std::map< Opcode, receive_fun_t > &receivers)
 

Detailed Description

template<FunctionTag Tag, typename FunType>
struct derecho::rpc::RemoteInvokers< wrapped< Tag, FunType > >

Base case for RemoteInvokers, where the template parameter pack contains only a single wrapped<id, FunType>

Definition at line 544 of file remote_invocable.hpp.

Constructor & Destructor Documentation

◆ RemoteInvokers()

template<FunctionTag Tag, typename FunType >
derecho::rpc::RemoteInvokers< wrapped< Tag, FunType > >::RemoteInvokers ( uint32_t  class_id,
uint32_t  instance_id,
std::map< Opcode, receive_fun_t > &  receivers 
)
inline

Definition at line 545 of file remote_invocable.hpp.


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