assign(implementation_type &impl, const protocol_type &protocol, const native_handle_type &native_socket, boost::system::error_code &ec) | boost::asio::stream_socket_service< Protocol > | inline |
at_mark(const implementation_type &impl, boost::system::error_code &ec) const | boost::asio::stream_socket_service< Protocol > | inline |
available(const implementation_type &impl, boost::system::error_code &ec) const | boost::asio::stream_socket_service< Protocol > | inline |
bind(implementation_type &impl, const endpoint_type &endpoint, boost::system::error_code &ec) | boost::asio::stream_socket_service< Protocol > | inline |
BOOST_ASIO_INITFN_RESULT_TYPE(ConnectHandler, void(boost::system::error_code)) async_connect(implementation_type &impl | boost::asio::stream_socket_service< Protocol > | |
BOOST_ASIO_INITFN_RESULT_TYPE(WriteHandler, void(boost::system::error_code, std::size_t)) async_send(implementation_type &impl | boost::asio::stream_socket_service< Protocol > | |
BOOST_ASIO_INITFN_RESULT_TYPE(ReadHandler, void(boost::system::error_code, std::size_t)) async_receive(implementation_type &impl | boost::asio::stream_socket_service< Protocol > | |
BOOST_ASIO_MOVE_ARG(ConnectHandler) handler) | boost::asio::stream_socket_service< Protocol > | inline |
BOOST_ASIO_MOVE_ARG(WriteHandler) handler) | boost::asio::stream_socket_service< Protocol > | inline |
BOOST_ASIO_MOVE_ARG(ReadHandler) handler) | boost::asio::stream_socket_service< Protocol > | inline |
buffers | boost::asio::stream_socket_service< Protocol > | |
buffers | boost::asio::stream_socket_service< Protocol > | |
cancel(implementation_type &impl, boost::system::error_code &ec) | boost::asio::stream_socket_service< Protocol > | inline |
close(implementation_type &impl, boost::system::error_code &ec) | boost::asio::stream_socket_service< Protocol > | inline |
connect(implementation_type &impl, const endpoint_type &peer_endpoint, boost::system::error_code &ec) | boost::asio::stream_socket_service< Protocol > | inline |
construct(implementation_type &impl) | boost::asio::stream_socket_service< Protocol > | inline |
destroy(implementation_type &impl) | boost::asio::stream_socket_service< Protocol > | inline |
endpoint_type typedef | boost::asio::stream_socket_service< Protocol > | |
flags | boost::asio::stream_socket_service< Protocol > | |
flags | boost::asio::stream_socket_service< Protocol > | |
get_io_service() | boost::asio::io_service::service | |
get_option(const implementation_type &impl, GettableSocketOption &option, boost::system::error_code &ec) const | boost::asio::stream_socket_service< Protocol > | inline |
id | boost::asio::detail::service_base< stream_socket_service< Protocol > > | static |
implementation_type typedef | boost::asio::stream_socket_service< Protocol > | |
io_control(implementation_type &impl, IoControlCommand &command, boost::system::error_code &ec) | boost::asio::stream_socket_service< Protocol > | inline |
is_open(const implementation_type &impl) const | boost::asio::stream_socket_service< Protocol > | inline |
local_endpoint(const implementation_type &impl, boost::system::error_code &ec) const | boost::asio::stream_socket_service< Protocol > | inline |
native(implementation_type &impl) | boost::asio::stream_socket_service< Protocol > | inline |
native_handle(implementation_type &impl) | boost::asio::stream_socket_service< Protocol > | inline |
native_handle_type typedef | boost::asio::stream_socket_service< Protocol > | |
native_non_blocking(const implementation_type &impl) const | boost::asio::stream_socket_service< Protocol > | inline |
native_non_blocking(implementation_type &impl, bool mode, boost::system::error_code &ec) | boost::asio::stream_socket_service< Protocol > | inline |
native_type typedef | boost::asio::stream_socket_service< Protocol > | |
non_blocking(const implementation_type &impl) const | boost::asio::stream_socket_service< Protocol > | inline |
non_blocking(implementation_type &impl, bool mode, boost::system::error_code &ec) | boost::asio::stream_socket_service< Protocol > | inline |
open(implementation_type &impl, const protocol_type &protocol, boost::system::error_code &ec) | boost::asio::stream_socket_service< Protocol > | inline |
peer_endpoint | boost::asio::stream_socket_service< Protocol > | |
protocol_type typedef | boost::asio::stream_socket_service< Protocol > | |
receive(implementation_type &impl, const MutableBufferSequence &buffers, socket_base::message_flags flags, boost::system::error_code &ec) | boost::asio::stream_socket_service< Protocol > | inline |
remote_endpoint(const implementation_type &impl, boost::system::error_code &ec) const | boost::asio::stream_socket_service< Protocol > | inline |
send(implementation_type &impl, const ConstBufferSequence &buffers, socket_base::message_flags flags, boost::system::error_code &ec) | boost::asio::stream_socket_service< Protocol > | inline |
service(boost::asio::io_service &owner) | boost::asio::io_service::service | protected |
service_base(boost::asio::io_service &io_service) | boost::asio::detail::service_base< stream_socket_service< Protocol > > | inline |
set_option(implementation_type &impl, const SettableSocketOption &option, boost::system::error_code &ec) | boost::asio::stream_socket_service< Protocol > | inline |
shutdown(implementation_type &impl, socket_base::shutdown_type what, boost::system::error_code &ec) | boost::asio::stream_socket_service< Protocol > | inline |
stream_socket_service(boost::asio::io_service &io_service) | boost::asio::stream_socket_service< Protocol > | inlineexplicit |
~service() | boost::asio::io_service::service | protectedvirtual |