assign(implementation_type &impl, const protocol_type &protocol, const native_type &native_socket, asio::error_code &ec) | asio::datagram_socket_service< Protocol > | |
async_connect(implementation_type &impl, const endpoint_type &peer_endpoint, ConnectHandler handler) | asio::datagram_socket_service< Protocol > | |
async_receive(implementation_type &impl, const MutableBufferSequence &buffers, socket_base::message_flags flags, ReadHandler handler) | asio::datagram_socket_service< Protocol > | |
async_receive_from(implementation_type &impl, const MutableBufferSequence &buffers, endpoint_type &sender_endpoint, socket_base::message_flags flags, ReadHandler handler) | asio::datagram_socket_service< Protocol > | |
async_send(implementation_type &impl, const ConstBufferSequence &buffers, socket_base::message_flags flags, WriteHandler handler) | asio::datagram_socket_service< Protocol > | |
async_send_to(implementation_type &impl, const ConstBufferSequence &buffers, const endpoint_type &destination, socket_base::message_flags flags, WriteHandler handler) | asio::datagram_socket_service< Protocol > | |
at_mark(const implementation_type &impl, asio::error_code &ec) const | asio::datagram_socket_service< Protocol > | |
available(const implementation_type &impl, asio::error_code &ec) const | asio::datagram_socket_service< Protocol > | |
cancel(implementation_type &impl, asio::error_code &ec) | asio::datagram_socket_service< Protocol > | |
close(implementation_type &impl, asio::error_code &ec) | asio::datagram_socket_service< Protocol > | |
connect(implementation_type &impl, const endpoint_type &peer_endpoint, asio::error_code &ec) | asio::datagram_socket_service< Protocol > | |
construct(implementation_type &impl) | asio::datagram_socket_service< Protocol > | |
datagram_socket_service(asio::io_service &io_service) | asio::datagram_socket_service< Protocol > | [explicit] |
destroy(implementation_type &impl) | asio::datagram_socket_service< Protocol > | |
endpoint_type typedef | asio::datagram_socket_service< Protocol > | |
get_option(const implementation_type &impl, GettableSocketOption &option, asio::error_code &ec) const | asio::datagram_socket_service< Protocol > | |
id | asio::datagram_socket_service< Protocol > | [static] |
implementation_type typedef | asio::datagram_socket_service< Protocol > | |
io_control(implementation_type &impl, IoControlCommand &command, asio::error_code &ec) | asio::datagram_socket_service< Protocol > | |
io_service() | asio::io_service::service | |
is_open(const implementation_type &impl) const | asio::datagram_socket_service< Protocol > | |
local_endpoint(const implementation_type &impl, asio::error_code &ec) const | asio::datagram_socket_service< Protocol > | |
native(implementation_type &impl) | asio::datagram_socket_service< Protocol > | |
native_type typedef | asio::datagram_socket_service< Protocol > | |
protocol_type typedef | asio::datagram_socket_service< Protocol > | |
receive(implementation_type &impl, const MutableBufferSequence &buffers, socket_base::message_flags flags, asio::error_code &ec) | asio::datagram_socket_service< Protocol > | |
receive_from(implementation_type &impl, const MutableBufferSequence &buffers, endpoint_type &sender_endpoint, socket_base::message_flags flags, asio::error_code &ec) | asio::datagram_socket_service< Protocol > | |
remote_endpoint(const implementation_type &impl, asio::error_code &ec) const | asio::datagram_socket_service< Protocol > | |
send(implementation_type &impl, const ConstBufferSequence &buffers, socket_base::message_flags flags, asio::error_code &ec) | asio::datagram_socket_service< Protocol > | |
send_to(implementation_type &impl, const ConstBufferSequence &buffers, const endpoint_type &destination, socket_base::message_flags flags, asio::error_code &ec) | asio::datagram_socket_service< Protocol > | |
service(asio::io_service &owner) | asio::io_service::service | [protected] |
set_option(implementation_type &impl, const SettableSocketOption &option, asio::error_code &ec) | asio::datagram_socket_service< Protocol > | |
shutdown(implementation_type &impl, socket_base::shutdown_type what, asio::error_code &ec) | asio::datagram_socket_service< Protocol > | |
shutdown_service() | asio::datagram_socket_service< Protocol > | [virtual] |
~service() | asio::io_service::service | [protected, virtual] |