$search

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

#include <reactive_socket_service.hpp>

Inheritance diagram for asio::detail::reactive_socket_service< Protocol, Reactor >::accept_operation< Socket, Handler >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 accept_operation (socket_type socket, asio::io_service &io_service, Socket &peer, const protocol_type &protocol, endpoint_type *peer_endpoint, bool enable_connection_aborted, Handler handler)
void complete (const asio::error_code &ec, std::size_t)
bool perform (asio::error_code &ec, std::size_t &)

Private Attributes

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

Detailed Description

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

Definition at line 1525 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_operation< Socket, Handler >::accept_operation ( 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 1529 of file reactive_socket_service.hpp.


Member Function Documentation

template<typename Protocol , typename Reactor >
template<typename Socket , typename Handler >
void asio::detail::reactive_socket_service< Protocol, Reactor >::accept_operation< Socket, Handler >::complete ( const asio::error_code ec,
std::size_t   
) [inline]

Definition at line 1589 of file reactive_socket_service.hpp.

template<typename Protocol , typename Reactor >
template<typename Socket , typename Handler >
bool asio::detail::reactive_socket_service< Protocol, Reactor >::accept_operation< Socket, Handler >::perform ( asio::error_code ec,
std::size_t &   
) [inline]

Definition at line 1544 of file reactive_socket_service.hpp.


Member Data Documentation

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

Definition at line 1601 of file reactive_socket_service.hpp.

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

Definition at line 1596 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_operation< Socket, Handler >::peer_ [private]

Definition at line 1598 of file reactive_socket_service.hpp.

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

Definition at line 1600 of file reactive_socket_service.hpp.

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

Definition at line 1599 of file reactive_socket_service.hpp.

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

Definition at line 1595 of file reactive_socket_service.hpp.

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

Definition at line 1597 of file reactive_socket_service.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


Castor
Author(s): Carpe Noctem
autogenerated on Fri Mar 1 14:41:46 2013