#include <ipc-callback-wrapper.hpp>
Public Types | |
typedef std::remove_cv< ArgIn > ::type | in |
typedef std::function< void(const in &)> | type |
Static Public Member Functions | |
static cargo::ipc::SignalHandler< in > ::type | getWrapper (const type &callback) |
typedef std::remove_cv<ArgIn>::type vasum::IPCSignalWrapper< ArgIn >::in |
typedef std::function<void(const in&)> vasum::IPCSignalWrapper< ArgIn >::type |
|
inlinestatic |