Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cargo::ipc::SignalHandler< ReceivedDataType > Struct Template Reference

Generic type used as a callback function for handling signals. More...

#include <types.hpp>

Public Types

typedef std::function< bool(PeerID
peerID, std::shared_ptr
< ReceivedDataType > &data)> 
type
 

Detailed Description

template<typename ReceivedDataType>
struct cargo::ipc::SignalHandler< ReceivedDataType >

Generic type used as a callback function for handling signals.

Template Parameters
ReceivedDataTypetype of received data

Member Typedef Documentation

template<typename ReceivedDataType>
typedef std::function<bool(PeerID peerID, std::shared_ptr<ReceivedDataType>& data)> cargo::ipc::SignalHandler< ReceivedDataType >::type

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