#include <Server.h>
Inheritance diagram for carla::rpc::detail::FunctionWrapper< R(C::*)(Args...) const >:
Collaboration diagram for carla::rpc::detail::FunctionWrapper< R(C::*)(Args...) const >:Additional Inherited Members | |
Static Public Member Functions inherited from carla::rpc::detail::FunctionWrapper< R(*)(Args...)> | |
| template<typename FuncT > | |
| static auto | WrapAsyncCall (FuncT &&functor) |
| Wraps functor into a function type with equivalent signature that handles the metadata sent by the client. More... | |
| template<typename FuncT > | |
| static auto | WrapSyncCall (boost::asio::io_context &io, FuncT &&functor) |
| Wraps functor into a function type with equivalent signature. More... | |
Definition at line 88 of file rpc/Server.h.
1.8.13