asio::detail::reactive_socket_service< Protocol, Reactor >::accept_handler< Socket, Handler > Class Template Reference

#include <reactive_socket_service.hpp>

List of all members.

Public Member Functions

 accept_handler (socket_type socket, asio::io_service &io_service, Socket &peer, const protocol_type &protocol, endpoint_type *peer_endpoint, bool enable_connection_aborted, Handler handler)
bool operator() (const asio::error_code &result)

Private Attributes

socket_type socket_
asio::io_serviceio_service_
asio::io_service::work work_
Socket & peer_
protocol_type protocol_
endpoint_typepeer_endpoint_
bool enable_connection_aborted_
Handler handler_


Detailed Description

template<typename Protocol, typename Reactor>
template<typename Socket, typename Handler>
class asio::detail::reactive_socket_service< Protocol, Reactor >::accept_handler< Socket, Handler >

Definition at line 1216 of file reactive_socket_service.hpp.


Constructor & Destructor Documentation

template<typename Protocol, typename Reactor>
template<typename Socket, typename Handler>
asio::detail::reactive_socket_service< Protocol, Reactor >::accept_handler< Socket, Handler >::accept_handler ( socket_type  socket,
asio::io_service io_service,
Socket &  peer,
const protocol_type protocol,
endpoint_type peer_endpoint,
bool  enable_connection_aborted,
Handler  handler 
) [inline]

Definition at line 1219 of file reactive_socket_service.hpp.


Member Function Documentation

template<typename Protocol, typename Reactor>
template<typename Socket, typename Handler>
bool asio::detail::reactive_socket_service< Protocol, Reactor >::accept_handler< Socket, Handler >::operator() ( const asio::error_code result  )  [inline]


Member Data Documentation

template<typename Protocol, typename Reactor>
template<typename Socket, typename Handler>
socket_type asio::detail::reactive_socket_service< Protocol, Reactor >::accept_handler< Socket, Handler >::socket_ [private]

template<typename Protocol, typename Reactor>
template<typename Socket, typename Handler>
asio::io_service& asio::detail::reactive_socket_service< Protocol, Reactor >::accept_handler< Socket, Handler >::io_service_ [private]

template<typename Protocol, typename Reactor>
template<typename Socket, typename Handler>
asio::io_service::work asio::detail::reactive_socket_service< Protocol, Reactor >::accept_handler< Socket, Handler >::work_ [private]

Definition at line 1283 of file reactive_socket_service.hpp.

template<typename Protocol, typename Reactor>
template<typename Socket, typename Handler>
Socket& asio::detail::reactive_socket_service< Protocol, Reactor >::accept_handler< Socket, Handler >::peer_ [private]

template<typename Protocol, typename Reactor>
template<typename Socket, typename Handler>
protocol_type asio::detail::reactive_socket_service< Protocol, Reactor >::accept_handler< Socket, Handler >::protocol_ [private]

template<typename Protocol, typename Reactor>
template<typename Socket, typename Handler>
endpoint_type* asio::detail::reactive_socket_service< Protocol, Reactor >::accept_handler< Socket, Handler >::peer_endpoint_ [private]

template<typename Protocol, typename Reactor>
template<typename Socket, typename Handler>
bool asio::detail::reactive_socket_service< Protocol, Reactor >::accept_handler< Socket, Handler >::enable_connection_aborted_ [private]

template<typename Protocol, typename Reactor>
template<typename Socket, typename Handler>
Handler asio::detail::reactive_socket_service< Protocol, Reactor >::accept_handler< Socket, Handler >::handler_ [private]


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

Generated on Sun May 25 00:21:32 2008 by  doxygen 1.5.6