Boost C++ Libraries Home Libraries People FAQ More

Home | Reference | Tutorial | Examples | Design
Reference Index | Class Hierarchy | Class Index | Member Index

boost::asio::stream_socket_service< Protocol > Member List

This is the complete list of members for boost::asio::stream_socket_service< Protocol >, including all inherited members.

assign(implementation_type &impl, const protocol_type &protocol, const native_type &native_socket, Error_Handler error_handler)boost::asio::stream_socket_service< Protocol >
async_connect(implementation_type &impl, const endpoint_type &peer_endpoint, Handler handler)boost::asio::stream_socket_service< Protocol >
async_receive(implementation_type &impl, const Mutable_Buffers &buffers, socket_base::message_flags flags, Handler handler)boost::asio::stream_socket_service< Protocol >
async_send(implementation_type &impl, const Const_Buffers &buffers, socket_base::message_flags flags, Handler handler)boost::asio::stream_socket_service< Protocol >
bind(implementation_type &impl, const endpoint_type &endpoint, Error_Handler error_handler)boost::asio::stream_socket_service< Protocol >
close(implementation_type &impl, Error_Handler error_handler)boost::asio::stream_socket_service< Protocol >
connect(implementation_type &impl, const endpoint_type &peer_endpoint, Error_Handler error_handler)boost::asio::stream_socket_service< Protocol >
construct(implementation_type &impl)boost::asio::stream_socket_service< Protocol >
destroy(implementation_type &impl)boost::asio::stream_socket_service< Protocol >
endpoint_type typedefboost::asio::stream_socket_service< Protocol >
get_option(const implementation_type &impl, Option &option, Error_Handler error_handler) const boost::asio::stream_socket_service< Protocol >
implementation_type typedefboost::asio::stream_socket_service< Protocol >
io_control(implementation_type &impl, IO_Control_Command &command, Error_Handler error_handler)boost::asio::stream_socket_service< Protocol >
local_endpoint(const implementation_type &impl, Error_Handler error_handler) const boost::asio::stream_socket_service< Protocol >
native(implementation_type &impl)boost::asio::stream_socket_service< Protocol >
native_type typedefboost::asio::stream_socket_service< Protocol >
open(implementation_type &impl, const protocol_type &protocol, Error_Handler error_handler)boost::asio::stream_socket_service< Protocol >
owner()boost::asio::io_service::service
protocol_type typedefboost::asio::stream_socket_service< Protocol >
receive(implementation_type &impl, const Mutable_Buffers &buffers, socket_base::message_flags flags, Error_Handler error_handler)boost::asio::stream_socket_service< Protocol >
remote_endpoint(const implementation_type &impl, Error_Handler error_handler) const boost::asio::stream_socket_service< Protocol >
send(implementation_type &impl, const Const_Buffers &buffers, socket_base::message_flags flags, Error_Handler error_handler)boost::asio::stream_socket_service< Protocol >
service(io_service &owner)boost::asio::io_service::service [protected]
set_option(implementation_type &impl, const Option &option, Error_Handler error_handler)boost::asio::stream_socket_service< Protocol >
shutdown(implementation_type &impl, socket_base::shutdown_type what, Error_Handler error_handler)boost::asio::stream_socket_service< Protocol >
shutdown_service()boost::asio::stream_socket_service< Protocol > [virtual]
stream_socket_service(boost::asio::io_service &io_service)boost::asio::stream_socket_service< Protocol > [explicit]
~service()boost::asio::io_service::service [protected, virtual]
Copyright © 2003 - 2006 Christopher M. Kohlhoff


Home | Reference | Tutorial | Examples | Design