$search
#include <reactive_socket_service.hpp>

Public Member Functions | |
| void | complete (const asio::error_code &ec, std::size_t bytes_transferred) |
| bool | perform (asio::error_code &ec, std::size_t &bytes_transferred) |
| send_to_operation (socket_type socket, asio::io_service &io_service, const ConstBufferSequence &buffers, const endpoint_type &endpoint, socket_base::message_flags flags, Handler handler) | |
Private Attributes | |
| ConstBufferSequence | buffers_ |
| endpoint_type | destination_ |
| socket_base::message_flags | flags_ |
| asio::io_service & | io_service_ |
| socket_type | socket_ |
| asio::io_service::work | work_ |
Definition at line 828 of file reactive_socket_service.hpp.
| asio::detail::reactive_socket_service< Protocol, Reactor >::send_to_operation< ConstBufferSequence, Handler >::send_to_operation | ( | socket_type | socket, | |
| asio::io_service & | io_service, | |||
| const ConstBufferSequence & | buffers, | |||
| const endpoint_type & | endpoint, | |||
| socket_base::message_flags | flags, | |||
| Handler | handler | |||
| ) | [inline] |
Definition at line 832 of file reactive_socket_service.hpp.
| void asio::detail::reactive_socket_service< Protocol, Reactor >::send_to_operation< ConstBufferSequence, Handler >::complete | ( | const asio::error_code & | ec, | |
| std::size_t | bytes_transferred | |||
| ) | [inline] |
Definition at line 881 of file reactive_socket_service.hpp.
| bool asio::detail::reactive_socket_service< Protocol, Reactor >::send_to_operation< ConstBufferSequence, Handler >::perform | ( | asio::error_code & | ec, | |
| std::size_t & | bytes_transferred | |||
| ) | [inline] |
Definition at line 845 of file reactive_socket_service.hpp.
ConstBufferSequence asio::detail::reactive_socket_service< Protocol, Reactor >::send_to_operation< ConstBufferSequence, Handler >::buffers_ [private] |
Definition at line 891 of file reactive_socket_service.hpp.
endpoint_type asio::detail::reactive_socket_service< Protocol, Reactor >::send_to_operation< ConstBufferSequence, Handler >::destination_ [private] |
Definition at line 892 of file reactive_socket_service.hpp.
socket_base::message_flags asio::detail::reactive_socket_service< Protocol, Reactor >::send_to_operation< ConstBufferSequence, Handler >::flags_ [private] |
Definition at line 893 of file reactive_socket_service.hpp.
asio::io_service& asio::detail::reactive_socket_service< Protocol, Reactor >::send_to_operation< ConstBufferSequence, Handler >::io_service_ [private] |
Definition at line 889 of file reactive_socket_service.hpp.
socket_type asio::detail::reactive_socket_service< Protocol, Reactor >::send_to_operation< ConstBufferSequence, Handler >::socket_ [private] |
Definition at line 888 of file reactive_socket_service.hpp.
asio::io_service::work asio::detail::reactive_socket_service< Protocol, Reactor >::send_to_operation< ConstBufferSequence, Handler >::work_ [private] |
Definition at line 890 of file reactive_socket_service.hpp.