asio 0.3.7 Home | Reference | Tutorial | Examples | Design
Examples

s11n_example::connection Member List

This is the complete list of members for s11n_example::connection, including all inherited members.

async_read(T &t, Handler handler)s11n_example::connection
async_write(const T &t, Handler handler)s11n_example::connection
connection(asio::io_service &io_service)s11n_example::connection
handle_read_data(const asio::error &e, T &t, boost::tuple< Handler > handler)s11n_example::connection
handle_read_header(const asio::error &e, T &t, boost::tuple< Handler > handler)s11n_example::connection
header_length enum values11n_example::connection [private]
inbound_data_s11n_example::connection [private]
inbound_header_s11n_example::connection [private]
outbound_data_s11n_example::connection [private]
outbound_header_s11n_example::connection [private]
socket()s11n_example::connection
socket_s11n_example::connection [private]

asio 0.3.7 Home | Reference | Tutorial | Examples | Design