Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
handler_type.hpp File Reference
#include <boost/asio/detail/config.hpp>
#include <boost/asio/detail/push_options.hpp>
#include <boost/asio/detail/pop_options.hpp>
Include dependency graph for handler_type.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::asio::handler_type< Handler, Signature >
 Default handler type traits provided for all handlers. More...
 
struct  boost::asio::handler_type< const Handler, Signature >
 
struct  boost::asio::handler_type< volatile Handler, Signature >
 
struct  boost::asio::handler_type< const volatile Handler, Signature >
 
struct  boost::asio::handler_type< const Handler &, Signature >
 
struct  boost::asio::handler_type< volatile Handler &, Signature >
 
struct  boost::asio::handler_type< const volatile Handler &, Signature >
 
struct  boost::asio::handler_type< Handler &, Signature >
 
struct  boost::asio::handler_type< ReturnType(Arg1), Signature >
 
struct  boost::asio::handler_type< ReturnType(Arg1, Arg2), Signature >
 
struct  boost::asio::handler_type< ReturnType(Arg1, Arg2, Arg3), Signature >
 
struct  boost::asio::handler_type< ReturnType(Arg1, Arg2, Arg3, Arg4), Signature >
 
struct  boost::asio::handler_type< ReturnType(Arg1, Arg2, Arg3, Arg4, Arg5), Signature >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::asio
 

Macros

#define BOOST_ASIO_HANDLER_TYPE(h, sig)   typename handler_type<h, sig>::type
 

Macro Definition Documentation