#include <client.h>
Classes | |
class | result |
Public Member Functions | |
template<typename ... TArgs> | |
result | call (std::string name, TArgs &&... args) |
template<typename ... TArgs> | |
result | call (type::id id, TArgs &&... args) |
client (type::executor executor) | |
Private Types | |
using | deserializer_type = typename packer_type::deserializer_type |
using | packer_type = TPacker |
Private Attributes | |
type::executor | executor_ |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
private |