Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
channel.hpp File Reference
#include <boost/asio.hpp>
#include <boost/signals2.hpp>
#include <boost/exception/diagnostic_information.hpp>
Include dependency graph for channel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  appbase::drop_exceptions
 
class  appbase::channel< Data, DispatchPolicy >
 
class  appbase::channel< Data, DispatchPolicy >::handle
 
struct  appbase::channel_decl< Tag, Data, DispatchPolicy >
 

Namespaces

namespace  appbase
 

Typedefs

using appbase::erased_channel_ptr = std::unique_ptr<void, void(*)(void*)>
 
template<typename T >
using appbase::is_channel_decl = decltype(is_channel_decl_impl(std::declval<T*>()))
 

Functions

template<typename... Ts>
std::true_type appbase::is_channel_decl_impl (const channel_decl< Ts... > *)
 
std::false_type appbase::is_channel_decl_impl (...)