assign(const protocol_type &protocol, const native_handle_type &native_socket) | boost::asio::basic_socket< Protocol, SocketService > | inline |
assign(const protocol_type &protocol, const native_handle_type &native_socket, boost::system::error_code &ec) | boost::asio::basic_socket< Protocol, SocketService > | inline |
at_mark() const | boost::asio::basic_socket< Protocol, SocketService > | inline |
at_mark(boost::system::error_code &ec) const | boost::asio::basic_socket< Protocol, SocketService > | inline |
available() const | boost::asio::basic_socket< Protocol, SocketService > | inline |
available(boost::system::error_code &ec) const | boost::asio::basic_socket< Protocol, SocketService > | inline |
basic_io_object(boost::asio::io_service &io_service) | boost::asio::basic_io_object< SocketService > | inlineexplicitprotected |
basic_socket(boost::asio::io_service &io_service) | boost::asio::basic_socket< Protocol, SocketService > | inlineexplicit |
basic_socket(boost::asio::io_service &io_service, const protocol_type &protocol) | boost::asio::basic_socket< Protocol, SocketService > | inline |
basic_socket(boost::asio::io_service &io_service, const endpoint_type &endpoint) | boost::asio::basic_socket< Protocol, SocketService > | inline |
basic_socket(boost::asio::io_service &io_service, const protocol_type &protocol, const native_handle_type &native_socket) | boost::asio::basic_socket< Protocol, SocketService > | inline |
bind(const endpoint_type &endpoint) | boost::asio::basic_socket< Protocol, SocketService > | inline |
bind(const endpoint_type &endpoint, boost::system::error_code &ec) | boost::asio::basic_socket< Protocol, SocketService > | inline |
BOOST_ASIO_INITFN_RESULT_TYPE(ConnectHandler, void(boost::system::error_code)) async_connect(const endpoint_type &peer_endpoint | boost::asio::basic_socket< Protocol, SocketService > | |
BOOST_ASIO_MOVE_ARG(ConnectHandler) handler) | boost::asio::basic_socket< Protocol, SocketService > | inline |
BOOST_ASIO_STATIC_CONSTANT(int, message_peek=BOOST_ASIO_OS_DEF(MSG_PEEK)) | boost::asio::socket_base | |
BOOST_ASIO_STATIC_CONSTANT(int, message_out_of_band=BOOST_ASIO_OS_DEF(MSG_OOB)) | boost::asio::socket_base | |
BOOST_ASIO_STATIC_CONSTANT(int, message_do_not_route=BOOST_ASIO_OS_DEF(MSG_DONTROUTE)) | boost::asio::socket_base | |
BOOST_ASIO_STATIC_CONSTANT(int, message_end_of_record=BOOST_ASIO_OS_DEF(MSG_EOR)) | boost::asio::socket_base | |
BOOST_ASIO_STATIC_CONSTANT(int, max_connections=BOOST_ASIO_OS_DEF(SOMAXCONN)) | boost::asio::socket_base | |
broadcast typedef | boost::asio::socket_base | |
bytes_readable typedef | boost::asio::socket_base | |
cancel() | boost::asio::basic_socket< Protocol, SocketService > | inline |
cancel(boost::system::error_code &ec) | boost::asio::basic_socket< Protocol, SocketService > | inline |
close() | boost::asio::basic_socket< Protocol, SocketService > | inline |
close(boost::system::error_code &ec) | boost::asio::basic_socket< Protocol, SocketService > | inline |
connect(const endpoint_type &peer_endpoint) | boost::asio::basic_socket< Protocol, SocketService > | inline |
connect(const endpoint_type &peer_endpoint, boost::system::error_code &ec) | boost::asio::basic_socket< Protocol, SocketService > | inline |
debug typedef | boost::asio::socket_base | |
do_not_route typedef | boost::asio::socket_base | |
enable_connection_aborted typedef | boost::asio::socket_base | |
endpoint_type typedef | boost::asio::basic_socket< Protocol, SocketService > | |
get_implementation() | boost::asio::basic_io_object< SocketService > | inlineprotected |
get_implementation() const | boost::asio::basic_io_object< SocketService > | inlineprotected |
get_io_service() | boost::asio::basic_io_object< SocketService > | inline |
get_option(GettableSocketOption &option) const | boost::asio::basic_socket< Protocol, SocketService > | inline |
get_option(GettableSocketOption &option, boost::system::error_code &ec) const | boost::asio::basic_socket< Protocol, SocketService > | inline |
get_service() | boost::asio::basic_io_object< SocketService > | inlineprotected |
get_service() const | boost::asio::basic_io_object< SocketService > | inlineprotected |
implementation | boost::asio::basic_io_object< SocketService > | protected |
implementation_type typedef | boost::asio::basic_io_object< SocketService > | |
io_control(IoControlCommand &command) | boost::asio::basic_socket< Protocol, SocketService > | inline |
io_control(IoControlCommand &command, boost::system::error_code &ec) | boost::asio::basic_socket< Protocol, SocketService > | inline |
is_open() const | boost::asio::basic_socket< Protocol, SocketService > | inline |
keep_alive typedef | boost::asio::socket_base | |
linger typedef | boost::asio::socket_base | |
local_endpoint() const | boost::asio::basic_socket< Protocol, SocketService > | inline |
local_endpoint(boost::system::error_code &ec) const | boost::asio::basic_socket< Protocol, SocketService > | inline |
lowest_layer() | boost::asio::basic_socket< Protocol, SocketService > | inline |
lowest_layer() const | boost::asio::basic_socket< Protocol, SocketService > | inline |
lowest_layer_type typedef | boost::asio::basic_socket< Protocol, SocketService > | |
message_flags typedef | boost::asio::socket_base | |
native() | boost::asio::basic_socket< Protocol, SocketService > | inline |
native_handle() | boost::asio::basic_socket< Protocol, SocketService > | inline |
native_handle_type typedef | boost::asio::basic_socket< Protocol, SocketService > | |
native_non_blocking() const | boost::asio::basic_socket< Protocol, SocketService > | inline |
native_non_blocking(bool mode) | boost::asio::basic_socket< Protocol, SocketService > | inline |
native_non_blocking(bool mode, boost::system::error_code &ec) | boost::asio::basic_socket< Protocol, SocketService > | inline |
native_type typedef | boost::asio::basic_socket< Protocol, SocketService > | |
non_blocking() const | boost::asio::basic_socket< Protocol, SocketService > | inline |
non_blocking(bool mode) | boost::asio::basic_socket< Protocol, SocketService > | inline |
non_blocking(bool mode, boost::system::error_code &ec) | boost::asio::basic_socket< Protocol, SocketService > | inline |
non_blocking_io typedef | boost::asio::socket_base | |
open(const protocol_type &protocol=protocol_type()) | boost::asio::basic_socket< Protocol, SocketService > | inline |
open(const protocol_type &protocol, boost::system::error_code &ec) | boost::asio::basic_socket< Protocol, SocketService > | inline |
protocol_type typedef | boost::asio::basic_socket< Protocol, SocketService > | |
receive_buffer_size typedef | boost::asio::socket_base | |
receive_low_watermark typedef | boost::asio::socket_base | |
remote_endpoint() const | boost::asio::basic_socket< Protocol, SocketService > | inline |
remote_endpoint(boost::system::error_code &ec) const | boost::asio::basic_socket< Protocol, SocketService > | inline |
reuse_address typedef | boost::asio::socket_base | |
send_buffer_size typedef | boost::asio::socket_base | |
send_low_watermark typedef | boost::asio::socket_base | |
service | boost::asio::basic_io_object< SocketService > | protected |
service_type typedef | boost::asio::basic_io_object< SocketService > | |
set_option(const SettableSocketOption &option) | boost::asio::basic_socket< Protocol, SocketService > | inline |
set_option(const SettableSocketOption &option, boost::system::error_code &ec) | boost::asio::basic_socket< Protocol, SocketService > | inline |
shutdown(shutdown_type what) | boost::asio::basic_socket< Protocol, SocketService > | inline |
shutdown(shutdown_type what, boost::system::error_code &ec) | boost::asio::basic_socket< Protocol, SocketService > | inline |
shutdown_both enum value | boost::asio::socket_base | |
shutdown_receive enum value | boost::asio::socket_base | |
shutdown_send enum value | boost::asio::socket_base | |
shutdown_type enum name | boost::asio::socket_base | |
~basic_io_object() | boost::asio::basic_io_object< SocketService > | inlineprotected |
~basic_socket() | boost::asio::basic_socket< Protocol, SocketService > | inlineprotected |
~socket_base() | boost::asio::socket_base | inlineprotected |