#include <ipc-callback-wrapper.hpp>
Public Types | |
typedef std::remove_cv< ArgIn > ::type | in |
typedef ArgOut | out |
typedef std::function< void(const in &, api::MethodResultBuilder::Pointer)> | type |
Static Public Member Functions | |
static cargo::ipc::MethodHandler< out, in >::type | getWrapper (const type &callback) |
typedef std::remove_cv<ArgIn>::type vasum::IPCMethodWrapper< ArgIn, ArgOut >::in |
typedef ArgOut vasum::IPCMethodWrapper< ArgIn, ArgOut >::out |
typedef std::function<void(const in&, api::MethodResultBuilder::Pointer)> vasum::IPCMethodWrapper< ArgIn, ArgOut >::type |
|
inlinestatic |