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

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

#include <remote_invocable.hpp>

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

Public Member Functions

 RemoteInvocablePairs (uint32_t class_id, uint32_t instance_id, std::map< Opcode, receive_fun_t > &receivers, FunType function_ptr)
 

Detailed Description

template<FunctionTag id, typename FunType>
struct derecho::rpc::RemoteInvocablePairs< wrapped< id, FunType > >

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

Definition at line 488 of file remote_invocable.hpp.

Constructor & Destructor Documentation

◆ RemoteInvocablePairs()

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

Definition at line 490 of file remote_invocable.hpp.


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