Wire Sysio Wire Sysion 1.0.0
|
#include <boost/signals2.hpp>
#include <boost/exception/diagnostic_information.hpp>
Go to the source code of this file.
Namespaces | |
namespace | appbase |
namespace | appbase::impl |
Typedefs | |
using | appbase::erased_method_ptr = std::unique_ptr<void, void(*)(void*)> |
template<typename T > | |
using | appbase::is_method_decl = decltype(is_method_decl_impl(std::declval<T*>())) |
Functions | |
template<typename Tag , typename FunctionSig , template< typename > class DispatchPolicy> | |
std::true_type | appbase::is_method_decl_impl (const method_decl< Tag, FunctionSig, DispatchPolicy > *) |
std::false_type | appbase::is_method_decl_impl (...) |