Wire Sysio Wire Sysion 1.0.0
|
#include <boost/asio.hpp>
#include <boost/signals2.hpp>
#include <boost/exception/diagnostic_information.hpp>
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 (...) |